-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
Vue.js version
2.0.6
Reproduction Link
https://github.com/ernestoalejo/vue-repro
(only 3 files, it's very simple)
Steps to reproduce
- clone the repo
- npm install
- gulp
What is Expected?
To build the app correctly.
What is actually happening?
After the commit a4fcdbe it requires the "he" package and it can't found it:
Error: Cannot find module 'he' from '/.../vue-repro/node_modules/vue/dist'
at /.../vue-repro/node_modules/browserify/node_modules/resolve/lib/async.js:46:17
at process (/.../vue-repro/node_modules/browserify/node_modules/resolve/lib/async.js:173:43)
at ondir (/.../vue-repro/node_modules/browserify/node_modules/resolve/lib/async.js:188:17)
at load (/.../vue-repro/node_modules/browserify/node_modules/resolve/lib/async.js:69:43)
at onex (/.../vue-repro/node_modules/browserify/node_modules/resolve/lib/async.js:92:31)
at /.../vue-repro/node_modules/browserify/node_modules/resolve/lib/async.js:22:47
at FSReqWrap.oncomplete (fs.js:82:15)
HarryPehkonen, zhanghaowx and biocrypto730