-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error with opencollective in postinstall script on the heroku. #61
Comments
Hi @pro2s thanks for reporting issue. But just to ensure error is from bin, can you please share full stack trace or a screenshot of error in heroku? |
Hi @pi0, It is definitely from postinstall, but unfortently I have not full debug log. |
@pi0 there is full log:
|
Well then it makes sense:
This error seems coming from:
Which is from a package without Here is also source to There is also an open pull-request for fix: npm/npm-lifecycle#48 |
Hi,
When I try to deploy my application a get an error (postinstall script in bootstrap-vue)
engines.node (package.json): 12.18.2
engines.npm (package.json): 6.14.5
it seems that this is the reason that the heroku does not set
process.argv
andopencollective
command crashes on this place:opencollective/bin/opencollective.js
Line 3 in 585e2ae
Is there any workaround?
The text was updated successfully, but these errors were encountered: