Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

vueify unable to run on node version < 0.12 #173

Open
danielduhh opened this issue Feb 4, 2017 · 0 comments
Open

vueify unable to run on node version < 0.12 #173

danielduhh opened this issue Feb 4, 2017 · 0 comments

Comments

@danielduhh
Copy link

Promise.all([ ^ ReferenceError: Promise is not defined

is thrown running vueify w/ browserify on node version 0.10.25 (yes, I know.. ancient) . However, npm installing es6-promise v4.0.5 and adding this line of code
require('es6-promise') to vueify/lib.comipler fixes the issue...

More on this problem: webpack-contrib/css-loader#144

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant