bradstewart / electron-boilerplate-vue

Boilerplate application for Electron runtime
724 stars 94 forks source link

[UPD] update babel-runtime --> ^6.0.0 #22

Closed xiaokaike closed 8 years ago

xiaokaike commented 8 years ago

update babel-runtime to fix npm install bug

npm ERR! Darwin 15.4.0
npm ERR! argv "/Users/$user/.nvm/versions/node/v4.4.1/bin/node" "/Users/$user/.nvm/versions/node/v4.4.1/bin/npm" "install"
npm ERR! node v4.4.1
npm ERR! npm  v2.14.20
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package babel-runtime@5.8.38 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer vue-loader@8.3.1 wants babel-runtime@^6.0.0

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/$user/xeme/idea/electron-boilerplate-vue/npm-debug.log
bradstewart commented 8 years ago

Thanks @xiaokaike. It was set at 5.x due to some issues with older versions of vue-loader. Can you update vue-loader to ^8.3.0 as well? Then everything should be good to go.

Edit: I needed to review other dependencies anyway, so I just made the change.