-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Cannot build project on Windows #261
Comments
how to fix this problem? |
Not use npm scripts (that execute in shell) in package.json but instead call node scripts. |
EDIT: Please see the comment below for already-built files instead of building your own. @jbrthroque you can modify the package.json locally if you're in a hurry.
|
The links in this PR provide links to the built files in the mean time: #262 |
I followed the instructions given by @jose-torres-marin and I end up with an error:
|
try |
Still has issues. I've attached the output of running |
Looks like you need browserify installed as a global: |
The results I just posted were after installing browserify globally |
@ksaylor11 Since the readme was updated with direct links to built files, hopefully this is no longer an issue. |
There are bash commands in npm scripts that do not work on Windows.
The text was updated successfully, but these errors were encountered: