Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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"
  }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #npm #missing
ADD COMMENT
Topic
Name
4+2 =