LoginSignup
6
1

More than 3 years have passed since last update.

npm run dev エラー(npm ERR! missing script: dev)

Posted at

npm run dev

$ npm run dev
npm ERR! missing script: dev

npm ERR! A complete log of this run can be found in:

解決法

package.json
"scripts": {
  "dev": "webpack --mode development"
}
6
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
1