-
Notifications
You must be signed in to change notification settings - Fork 20
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
postinstall hook flips out due to wavy symlink #6
Comments
I can't seem to replicate this, can you provide the instruction to make this happen. Here's what I'm trying now
|
np. here: https://github.com/cdaringe/wavy-test clone it. npm install twice. im on npm 2.15 FTR |
I see, I'm not sure how to go about fixing that. Any ideas? |
maybe remove and re-add the link on every postinstall? or, point the link to the dir it resides on pre-install, then on post install move it's target back up a dir? |
problem statement
example
npm init && npm i --save wavy && [add some npm
postinstallscript] && npm i
watch her buck.
clearly, my postinstall hook does
echo 'bananas'
The text was updated successfully, but these errors were encountered: