You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我把整個專案 clone 下來以後
先下npm install
然後 npm run dev
報錯
Error: Cannot find module 'C:\Users\blueplanet\Desktop\vue-gis\build\dev-server.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)
at Function.Module._load (internal/modules/cjs/loader.js:506:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:741:12)
at startup (internal/bootstrap/node.js:285:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:739:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev: node build/dev-server.js
npm ERR! Exit status 1
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 ERR! A complete log of this run can be found in:
npm ERR! C:\Users\blueplanet\AppData\Roaming\npm-cache_logs\2019-04-22T06_09_09_931Z-debug.log
我把整個專案 clone 下來以後
先下npm install
然後 npm run dev
報錯
Error: Cannot find module 'C:\Users\blueplanet\Desktop\vue-gis\build\dev-server.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)
at Function.Module._load (internal/modules/cjs/loader.js:506:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:741:12)
at startup (internal/bootstrap/node.js:285:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:739:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev:
node build/dev-server.js
npm ERR! Exit status 1
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 ERR! A complete log of this run can be found in:
npm ERR! C:\Users\blueplanet\AppData\Roaming\npm-cache_logs\2019-04-22T06_09_09_931Z-debug.log
看起來像是沒有找到 build\dev-server.js 這裡的檔案 請問是不是可以告訴我怎麼重現開發環境呢
The text was updated successfully, but these errors were encountered: