-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
npm run command can't find file? #782
Comments
I think you'll be fine without the Additionally, the idea is to use the npm cli or yarn as they're serving the same purpose : ) |
@FLGMwt I get the same error after removing bin. Also can't fathom why removing bin would change anything since it is inside |
I confirm as well. A direct port of "scripts": {
"dev": "webpack-dev-server --progress --colors --port 9090"
}
No such file or directory
error Command failed with exit code 127. Node: 6.5.0 |
See #733. I think this is the same problem. |
|
This is fixed in current master branch (see #809) |
Fixed via #809. |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
The script should be found since it exists.
npm run start
handles this as expected.Please mention your node.js, yarn and operating system version.
Node - v6.7.0
yarn - v0.15.1
OS - osx 10.10.5
The text was updated successfully, but these errors were encountered: