Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRunning npm script ` "lint": "standard"` from `linting` folder doesn't find standard in ../node_modules/bin #901
Comments
This comment has been minimized.
This comment has been minimized.
|
Can you check |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
|
Adding standard as a dep also doesn't work |
QuantumInformation
changed the title
Running npm script `standard` from `linting` folder doesn't find standard in ../node_modules/bin
Running npm script ` "lint": "standard"` from `linting` folder doesn't find standard in ../node_modules/bin
May 31, 2017
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
You have defined a script called |
This comment has been minimized.
This comment has been minimized.
|
npm run lint
sh: standard: command not found |
This comment has been minimized.
This comment has been minimized.
|
Have you run |
This comment has been minimized.
This comment has been minimized.
|
Only in the parent dir, wanting to avoid the user running npm i, in the local dir. Just want one standard install at the route of the project. |
This comment has been minimized.
This comment has been minimized.
|
Aha, |
This comment has been minimized.
This comment has been minimized.
|
Yep, @LinusU is correct! I'll close this now, as it's not an issue with |

QuantumInformation commentedMay 30, 2017
Just gives me: