egoist / vue-isomorphic-starter

Vue server-side rendering in real life. ~(≧▽≦)/~
https://vue-isomorphic-starter-qxtbclbzmw.now.sh/
146 stars 13 forks source link

npm install执行完成,执行npm run dev报错 #1

Closed dear-lizhihua closed 8 years ago

dear-lizhihua commented 8 years ago

npm install执行完成,执行npm run dev报错

ERROR in ./scripts/webpack.client.dev.js Module not found: Error: Cannot resolve module 'babel-runtime/core-js/json/stringify' in E:\Software\nginx\html\toturial\vue\vue-isomorphic-starter\scripts @ ./scripts/webpack.client.dev.js 3:17-64 E:\Software\nginx\html\toturial\vue\vue-isomorphic-starter\server.js:297 var _stringify = __webpack_require__(!(function webpackMissingModule() { var e = new Error("Cannot find module \"babel-runtime/core-js/json/stringify\""); e.code = 'MODULE_NOT_FOUND'; throw e; }())); ^

Error: Cannot find module "babel-runtime/core-js/json/stringify" at webpackMissingModule (E:\Software\nginx\html\toturial\vue\vue-isomorphic-starter\server.js:297:83) at Object. (E:\Software\nginx\html\toturial\vue\vue-isomorphic-starter\server.js:297:196) at webpack_require (E:\Software\nginx\html\toturial\vue\vue-isomorphic-starter\server.js:20:30) at Object. (E:\Software\nginx\html\toturial\vue\vue-isomorphic-starter\server.js:104:24) at webpack_require (E:\Software\nginx\html\toturial\vue\vue-isomorphic-starter\server.js:20:30) at Object. (E:\Software\nginx\html\toturial\vue\vue-isomorphic-starter\server.js:47:19) at webpack_require (E:\Software\nginx\html\toturial\vue\vue-isomorphic-starter\server.js:20:30) at E:\Software\nginx\html\toturial\vue\vue-isomorphic-starter\server.js:40:18 at Object. (E:\Software\nginx\html\toturial\vue\vue-isomorphic-starter\server.js:43:10) at Module._compile (module.js:409:26) [nodemon] app crashed - waiting for file changes before starting...