Error code E401 #1424
-
I'm trying out the steps on: https://developer.bentley.com/tutorials/web-application-quick-start/ I get an authentication error in step 4, when I run the 'npx' command. What am I missing? My .env file is in the same folder from where I run the 'npx' command. The 'npx' command generated the following log file: 0 info it worked if it ends with ok |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@DeepakMalkan it looks like you're hitting an issue with the private Bentley registry. You will want to follow the steps on the internal wiki to update your auth token in the |
Beta Was this translation helpful? Give feedback.
@DeepakMalkan it looks like you're hitting an issue with the private Bentley registry. You will want to follow the steps on the internal wiki to update your auth token in the
.npmrc
file. I'll follow up by email with the link.