css - Autoprefixer error on Sublime Text 2 -


i'm trying install autoprefixer sublime text 2 , i'm getting following error:

autoprefixer error: /users/labedzde/library/application support/sublime text 2/packages/autoprefixer/node_modules/get-stdin/index.js:7 return new promise(function (resolve) {
^ referenceerror: promise not defined
@ module.exports (/users/labedzde/library/application support/sublime text 2/packages/autoprefixer/node_modules/get-stdin/index.js:7:13)
@ object. (/users/labedzde/library/application support/sublime text 2/packages/autoprefixer/autoprefixer.js:7:1)
@ module._compile (module.js:456:26)
@ object.module._extensions..js (module.js:474:10)
@ module.load (module.js:356:32)
@ function.module._load (module.js:312:12)
@ function.module.runmain (module.js:497:10)
@ startup (node.js:119:16)
@ node.js:906:3

i have node.js installed , it's version 0.10.32.

what error mean , how can install autoprefixer?

you need upgrade nodejs version, please see note gh page: need have node.js >=0.12.0 installed.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -