Skip to content
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

Running locally with npx fails "404 Not Found" #170

Open
todgru opened this issue Sep 6, 2024 · 0 comments
Open

Running locally with npx fails "404 Not Found" #170

todgru opened this issue Sep 6, 2024 · 0 comments

Comments

@todgru
Copy link

todgru commented Sep 6, 2024

The README doc describe running locally using npx. https://github.com/aws-actions/aws-codebuild-run-build/blob/main/README.md#running-locally

The command will fail as the package is not published to the NPM Package Registry, npmjs.org.

Error:

$ npx @aws-actions/codebuild-run-build -p ProjectName -r remoteName
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@aws-actions%2fcodebuild-run-build - Not found
npm ERR! 404 
npm ERR! 404  '@aws-actions/codebuild-run-build@latest' is not in this registry.
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

Are the docs correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant