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
During the merge build of this repo I received an error that npm prune failed.
npm prune
https://travis-ci.org/ciena-blueplanet/pr-bumper/builds/397363016#L1738
I tracked this down to possibly being from here:
pr-bumper/lib/bumper.js
Line 431 in 42e9640
I have disabled the dependency feature in this repo for the time being:
https://github.com/ciena-blueplanet/pr-bumper#featuresdependencies
Removed:
"dependencies": {
"enabled": true
from .pr-bumper.josn in PR: #152
The build errors: https://travis-ci.org/ciena-blueplanet/pr-bumper/builds/397363016#L1738
(answer all that are applicable)
npm ls <package-name>
Node
npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
BUG REPORT
Summary
During the merge build of this repo I received an error that
npm prune
failed.https://travis-ci.org/ciena-blueplanet/pr-bumper/builds/397363016#L1738
I tracked this down to possibly being from here:
pr-bumper/lib/bumper.js
Line 431 in 42e9640
I have disabled the dependency feature in this repo for the time being:
https://github.com/ciena-blueplanet/pr-bumper#featuresdependencies
Removed:
"dependencies": {
from .pr-bumper.josn in PR: #152
Expected Behavior
Actual Behavior
The build errors: https://travis-ci.org/ciena-blueplanet/pr-bumper/builds/397363016#L1738
Possible Solution
I tracked this down to possibly being from here:
pr-bumper/lib/bumper.js
Line 431 in 42e9640
Steps to Reproduce
1.
2.
3.
4.
...
Context
Environment
(answer all that are applicable)
npm ls <package-name>
)Node
is: 8.6.0npm
is: 5.3.0The text was updated successfully, but these errors were encountered: