creativetimofficial/impact-design-system

npm install fails, login required

Opened this issue · 0 comments

Trying to build the template, on npm install crashes with this error:
1075 error code E401
1076 error Incorrect or missing password.
Checking the log, it comes that downloading of fontawesome requires an authentication.

Is this an error?

Here's full log:

1063 timing reifyNode:node_modules/rxjs Completed in 1952ms
1064 timing reify:rollback:createSparse Completed in 462ms
1065 timing reify:rollback:retireShallow Completed in 0ms
1066 timing command:install Completed in 3755ms
1067 verbose stack HttpErrorAuthUnknown: Unable to authenticate, need: Basic realm="https://npm.fontawesome.com/",service="npm.fontawesome.com"
1067 verbose stack at /usr/lib/node_modules/npm/node_modules/npm-registry-fetch/check-response.js:84:17
1067 verbose stack at processTicksAndRejections (node:internal/process/task_queues:96:5)
1068 verbose statusCode 401
1069 verbose pkgid @fortawesome/fontawesome-free@https://npm.fontawesome.com/@fortawesome/fontawesome-free/-/5.11.2/fontawesome-free-5.11.2.tgz
1070 verbose cwd /home/lemonz/Desktop/impact-design-system
1071 verbose Linux 5.4.0-81-generic
1072 verbose argv "/usr/bin/node" "/usr/bin/npm" "install"
1073 verbose node v16.7.0
1074 verbose npm v7.20.3
1075 error code E401
1076 error Incorrect or missing password.
1077 error If you were trying to login, change your password, create an
1077 error authentication token or enable two-factor authentication then
1077 error that means you likely typed your password in incorrectly.
1077 error Please try again, or recover your password at:
1077 error https://www.npmjs.com/forgot
1077 error
1077 error If you were doing some other operation then your saved credentials are
1077 error probably out of date. To correct this please try logging in again with:
1077 error npm login
1078 verbose exit 1