My package.json : `"scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "babel-watch server.js" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-watch": "^2.0.7" },`
My package.json :
`"scripts": {
"test": "echo "Error: no test specified" && exit 1",
"dev": "babel-watch server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-watch": "^2.0.7"
},`