You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and attempting to run it natively with npm (node 14.21.3 and npm version 6.14.18) and yarn install gives me this.
➤ YN0000: └ Completed in 1s 450ms
➤ YN0000: ┌ Fetch step
➤ YN0013: │ @fortawesome/fontawesome-common-types@npm:6.4.2::__archiveUrl=https%3A%2F%2Fnpm.fontawesome.com%2F%40fortawesome%2Ffontawesome-common-types%2F-%2F6.4.2%2Ffontawesome-common-types-6.4.2.tgz can't be found in the cache and will be fetched from the remote server
➤ YN0013: │ @fortawesome/fontawesome-pro@npm:6.4.2::__archiveUrl=https%3A%2F%2Fnpm.fontawesome.com%2F%40fortawesome%2Ffontawesome-pro%2F-%2F6.4.2%2Ffontawesome-pro-6.4.2.tgz can't be found in the cache and will be fetched from the remote server
➤ YN0013: │ @fortawesome/fontawesome-svg-core@npm:6.4.2::__archiveUrl=https%3A%2F%2Fnpm.fontawesome.com%2F%40fortawesome%2Ffontawesome-svg-core%2F-%2F6.4.2%2Ffontawesome-svg-core-6.4.2.tgz can't be found in the cache and will be fetched from the remote server
➤ YN0013: │ @fortawesome/pro-light-svg-icons@npm:6.4.2::__archiveUrl=https%3A%2F%2Fnpm.fontawesome.com%2F%40fortawesome%2Fpro-light-svg-icons%2F-%2F6.4.2%2Fpro-light-svg-icons-6.4.2.tgz can't be found in the cache and will be fetched from the remote server
➤ YN0013: │ @fortawesome/react-fontawesome@npm:0.2.0::__archiveUrl=https%3A%2F%2Fnpm.fontawesome.com%2F%40fortawesome%2Freact-fontawesome%2F-%2F0.2.0%2Freact-fontawesome-0.2.0.tgz can't be found in the cache and will be fetched from the remote server
➤ YN0041: │ @fortawesome/fontawesome-svg-core@npm:6.4.2::__archiveUrl=https%3A%2F%2Fnpm.fontawesome.com%2F%40fortawesome%2Ffontawesome-svg-core%2F-%2F6.4.2%2Ffontawesome-svg-core-6.4.2.tgz: Invalid authentication (as an anonymous user)
➤ YN0041: │ @fortawesome/fontawesome-pro@npm:6.4.2::__archiveUrl=https%3A%2F%2Fnpm.fontawesome.com%2F%40fortawesome%2Ffontawesome-pro%2F-%2F6.4.2%2Ffontawesome-pro-6.4.2.tgz: Invalid authentication (as an anonymous user)
➤ YN0041: │ @fortawesome/react-fontawesome@npm:0.2.0::__archiveUrl=https%3A%2F%2Fnpm.fontawesome.com%2F%40fortawesome%2Freact-fontawesome%2F-%2F0.2.0%2Freact-fontawesome-0.2.0.tgz: Invalid authentication (as an anonymous user)
➤ YN0041: │ @fortawesome/pro-light-svg-icons@npm:6.4.2::__archiveUrl=https%3A%2F%2Fnpm.fontawesome.com%2F%40fortawesome%2Fpro-light-svg-icons%2F-%2F6.4.2%2Fpro-light-svg-icons-6.4.2.tgz: Invalid authentication (as an anonymous user)
➤ YN0041: │ @fortawesome/fontawesome-common-types@npm:6.4.2::__archiveUrl=https%3A%2F%2Fnpm.fontawesome.com%2F%40fortawesome%2Ffontawesome-common-types%2F-%2F6.4.2%2Ffontawesome-common-types-6.4.2.tgz: Invalid authentication (as an anonymous user)
➤ YN0000: └ Completed in 3s 817ms
➤ YN0000: Failed with errors in 5s 282ms
The text was updated successfully, but these errors were encountered:
trying to run the frontend using
make be
ordocker-compose up frontend
both fail with this.and attempting to run it natively with
npm
(node 14.21.3 and npm version 6.14.18) andyarn install
gives me this.The text was updated successfully, but these errors were encountered: