Skip to content

Insert sh scripts #15

@carlosdelfino

Description

@carlosdelfino

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions