-
Notifications
You must be signed in to change notification settings - Fork 61
Insert sh scripts #15
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I use windows 10 with mingw, and I never had any problems with NPM, but in this version he is complaining about the path, so I added sh before the instructions which solved the problem.
Staying like this:
"scripts": {
"start": "sh node_modules/.bin/ws -o",
"test": "sh node_modules/.bin/ws -o -d test",
"lint": "sh node_modules/.bin/eslint src"
},
I did not make a Pull Request, it would be a problem to change it, do I have another better option?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working