0

我正在尝试为 Sublime Text 2 安装 Autoprefixer,但出现以下错误:

自动前缀错误:/Users/labedzde/Library/Application Support/Sublime Text 2/Packages/Autoprefixer/node_modules/get-stdin/index.js:7 return new Promise(function (resolve) {
^ ReferenceError: Promise is not defined
at 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文本 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)
在启动时 (node.js:119:16)
在 node.js:906:3

我已经安装了 node.js,它的版本是 0.10.32。

错误是什么意思,我该如何安装 Autoprefixer?

4

1 回答 1

0

您需要升级您的 nodejs 版本,请参阅GH 页面中的此说明:您需要安装Node.js >=0.12.0

于 2016-07-03T01:23:08.080 回答