In the vue-cli, I want to npm run dev, but get the bellow error:
$ npm run dev > [email protected] dev /Users/den/Desktop/Test/vue/vuejs-playlist > cross-env NODE_ENV=development webpack-dev-server --open --hot sh: cross-env: command not found npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! [email protected] dev: `cross-env NODE_ENV=development webpack-dev-server --open --hot` npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the [email protected] dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm WARN Local package.json exists, but node_modules missing, did you mean to install? npm ERR! A complete log of this run can be found in: npm ERR! /Users/den/.npm/_logs/2018-02-02T11_54_11_067Z-debug.log