https://github.com/Guillaume-Savaton-ESEO/emulsiV/blob/83ffa5c9f66e5a6330398037730883d43a2d55af/package.json#L12-L14
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?
https://github.com/Guillaume-Savaton-ESEO/emulsiV/blob/83ffa5c9f66e5a6330398037730883d43a2d55af/package.json#L12-L14
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:
I did not make a Pull Request, it would be a problem to change it, do I have another better option?