We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
should the shrinkwrap be included in the version-controller library so that the repo doesn't get out of sync when publishing new versions ?
Originally posted by @zFernand0 in zowe/zowe-cli#1306 (review)
The text was updated successfully, but these errors were encountered:
The git add command does not appear to be working as expected:
git add
+ git add package-lock.json npm-shrinkwrap.json --ignore-errors fatal: pathspec 'package-lock.json' did not match any files
Example of build where this happened: https://wash.zowe.org:8443/job/brightside/job/master/821/console
Sorry, something went wrong.
We may now be able to run npm install --package-lock-only at the end of the version stage since npm/cli#3637 has been fixed.
npm install --package-lock-only
Successfully merging a pull request may close this issue.
should the shrinkwrap be included in the version-controller library so that the repo doesn't get out of sync when publishing new versions ?
Originally posted by @zFernand0 in zowe/zowe-cli#1306 (review)
The text was updated successfully, but these errors were encountered: