-
Notifications
You must be signed in to change notification settings - Fork 111
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
package.json postinstall not working on Windows msysgit #28
Comments
Hi, How do you have fixed that? because I think I have the same problem (See the error image: http://snag.gy/gtRlU.jpg). Regards, |
Hi, I have make those changes on package.json, but now I have a new errors. Maybe my package.json is all bad. Here you can get my package.json This is the result in git bash console after execute "npm install"
|
Note that the
postinstall
command does not work on msysgit on Windows.In package.json:
I get this error during the npm install.
This is because on Windows, the postinstall command is executed as a "DOS" command instead.
Perhaps it'd be good to add a mention of this in the readme file?
The text was updated successfully, but these errors were encountered: