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

Install script fails on windows #22

Open
hughboi opened this issue Jun 19, 2018 · 0 comments
Open

Install script fails on windows #22

hughboi opened this issue Jun 19, 2018 · 0 comments

Comments

@hughboi
Copy link

hughboi commented Jun 19, 2018

I'm not sure if you intend on supporting windows, but I just thought I'd let you know this package fails when installing it into your project on windows.

It is a similar error to other packages that don't support windows. When running npm install or yarn install within your project on windows it throws the following error:

'scripts' is not recognized as an internal or external command," on windows.

The fix seems to be switching to a node script for running scripts/install.js as seen here. However looking at your install.js function, it probably would need some changes to be executable on windows.

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

No branches or pull requests

1 participant