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
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?
The text was updated successfully, but these errors were encountered:
The README doc describe running locally using
npx
. https://github.com/aws-actions/aws-codebuild-run-build/blob/main/README.md#running-locallyThe command will fail as the package is not published to the NPM Package Registry, npmjs.org.
Error:
Are the docs correct?
The text was updated successfully, but these errors were encountered: