egoist / vuepack

:package: A modern starter which uses Vue 2, Vuex, Vue-router and Webpack 2 (and even Electron)
http://vuepack.surge.sh
MIT License
2.43k stars 202 forks source link

Missed packages #139

Closed korjavin closed 7 years ago

korjavin commented 7 years ago
    "timers-browserify":"^2.0.0",
    "strip-ansi":"^4.0.0",
    "ansi-html":"^0.0.7",
    "html-entities":"^1.2.0",
    "ansi-regex":"^3.0.0",
    "setimmediate":"^1.0.5"
    "vue-style-loader": "^1.0.0",
egoist commented 7 years ago

Hmm what?

korjavin commented 7 years ago

I followed the insruction, vue init.. npm install , etc

But it `npm run build' kept showing me errors about those packages untill I put them into packajes.json and did npm install

egoist commented 7 years ago

what's your node/npm version?

korjavin commented 7 years ago

npm --version 1.4.21 node --version
v4.8.2

egoist commented 7 years ago

Check out the README, npm@3 is the minimal version it supports.