-
Notifications
You must be signed in to change notification settings - Fork 554
postinstall script fails on CI #560
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
Comments
Personally not a fan of the Maybe we could replace it with a simple |
I’m ok with us removing it completely if it is annoying people.
--
Jim ForCy
…On September 2, 2018 at 4:32:58 PM, Linus Unnebäck ***@***.***) wrote:
Personally not a fan of the "postinstall": "opencollective ..." script
for a number of reasons, mostly because it adds 11.6 MB
<https://packagephobia.now.sh/result?p=opencollective> of things to
install just to print a message.
Maybe we could replace it with a simple echo statement? 🤔
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#560 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGpituOqhdXYpbEW3R5zkjTL_Yk0VCNks5uXE6KgaJpZM4WVWkF>
.
|
I agree with @LinusU. |
As side note, I've figured out how to solve the initial problem on Jenkins. |
Seems like this have been brought up before as well 🤔 #544 At this point, it might be best to remove it for now? It's still strange that you have to mess with the |
@LinusU looking at the filesystem, under node_modules/.bin I can find a symlink I suspect that in a "standard npm setup" |
Thanks for removing the post-install hook! This was causing a lot of problems during CI.. if we can get a release with this fix that would be 👍 🙏 |
On my CI server (Jenkins). postinstall script fails trying to execute:
opencollective postinstall
command.This is the error
I've tried to add 'node_modules/opencollective/dist/bin' dir to the PATH but with no luck.
Any ideas?
The text was updated successfully, but these errors were encountered: