Current Behavior:
NPM 7 fails with an empty script.
Expected Behavior:
Not to fail.
Steps To Reproduce:
package.json:
{
"scripts": {
"empty": ""
}
}
Command
Result:
npm ERR! missing script: empty
npm ERR!
npm ERR! Did you mean this?
npm ERR! empty
Environment:
- OS: MacOS 10.15.7
- Node: 14.15.0
- npm: 7.0.10
Current Behavior:
NPM 7 fails with an empty script.
Expected Behavior:
Not to fail.
Steps To Reproduce:
package.json:
Command
Result:
Environment: