Sunday 22 September 2019

Different behavior for running npm start and running script directly

So this is the scripts in my package.json "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "hoodie" }, It works perfectly using npm start, howerver it throws an error when I just run hoodie. Why is that? Thank you!

Submitted September 22, 2019 at 08:12PM by hoodie123uji

No comments:

Post a Comment