Skip to content
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

Can't install on Windows #124

Closed
odbayar opened this issue Mar 30, 2016 · 3 comments
Closed

Can't install on Windows #124

odbayar opened this issue Mar 30, 2016 · 3 comments

Comments

@odbayar
Copy link

odbayar commented Mar 30, 2016

It fails on {postinstall: "sh ./scripts/build.sh"} as I don't have sh on my Windows box.

@perliedman
Copy link
Owner

Yeah, sorry about that.

That script can probably be turned into an NPM script. A PR to fix would be welcome.

@odbayar
Copy link
Author

odbayar commented Apr 29, 2016

Sorry, I don't know anything about publishing to npm or bower, so I will probably just end up making it more broken.

But can't "postinstall" be "prepublish"?

@DominicFath
Copy link

@odbayar I had the same issue. I resolved it by running the npm install command in the terminal emulator which came packaged with my git bash installation called MinGW-64. https://mingw-w64.org/doku.php

hope that helps.
@perliedman maybe something worth mentioning under Usage ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants