-
Notifications
You must be signed in to change notification settings - Fork 56
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
is bower-installer supported? postinstall will not run when dependencies extracted from cache #15
Comments
You're not doing it wrong, there is a problem with npm-cache. Right now, when running |
nice, thx :-) |
any updates on this? |
Have not had a chance to look into this yet, sorry |
@dfreudenberger, have you considered https://www.npmjs.com/package/local-npm? |
Happy to accept a PR for this, not sure if I'll get to it in a reasonable amount of time |
Hi,
I have a package.json with a postinstall script to run bower-installer.
When I use npm-cache the postinstall script is not run and bower dependencies are missing.
I need bower-installer to move/rename some files from bower packages. So using bower is not an option.
package.json
The project is in two different folders due to some concurrency issues with our automatic and manual deployment.
So when npm-cache is run from folder 1 everything is fine. When run from folder 2 it uses the cached files, but there the bower dependencies from bower-installer are missing.
Is there a possibility to force run postinstall scripts from the package.json?
Am I doing it wrong?
The text was updated successfully, but these errors were encountered: