Answers for "npm ERR! missing script: build:dev"

0

npm ERR! missing script: build:dev

{
  "name": "testapp",
  "version": "1.0.0",
  "description": "",
  "scripts": {
    "dev": "echo This is the DEV script",
    "abc": "echo This is the abc script",
    "xyz": "echo This is the xyz script",
    "start":"echo This is the special start script"
  }
}
Posted by: Guest on March-10-2021

Code answers related to "npm ERR! missing script: build:dev"

Browse Popular Code Answers by Language