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 upnpm run script results in error #369
Comments
This comment has been minimized.
This comment has been minimized.
|
npm seems to treat the command
while It's an npm quirk. |
feross
closed this
Jan 4, 2016
This comment has been minimized.
This comment has been minimized.
|
Gotcha, thanks! |
This comment has been minimized.
This comment has been minimized.
subosito
commented
Feb 22, 2016
|
@hzhu I think you can let the script always return "scripts": {
"lint": "standard || exit 0"
} |
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hzhu commentedJan 4, 2016
After running
npm run lintI get the standard's results/output, along with an npm ERR!. Anyone seen this problem before?npm version 2.14.4
node version 4.1.1
In package.json:
Here's my npm-debug.log:
$ cat npm-debug.log