-
Notifications
You must be signed in to change notification settings - Fork 1.4k
404 Not Found - GET https://registry.npmjs.org/website-common - Not found #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think on your machine it's in your npm cache but on the hosted machine, it's a fresh machine everytime. So I think it's error report was correct:
|
It also looks as if that output is coming from |
@bryanmacfarlane it works with -no-cache on my machine as well. Yeah it fails during the npm install when it goes to grab the script. But the setup is responsible for setting the .npmrc file which the install step uses. |
Thanks @jonatino - If you believe there's code changes this repo can make to help, we can re-open. Let me know. |
I'm trying to use this action to setup my node project which uses some private library in my github packages.
Here is my action script:
The .npmrc file gets created with the following contents:
When I test locally on my pc with the same .npmrc file, it works fine. But on github actions it fails with the following error:
The text was updated successfully, but these errors were encountered: