0

Sublime Text 2 の Autoprefixer をインストールしようとしていますが、次のエラーが表示されます。

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 が定義されていません.exports (/Users/labedzde/Library/Application Support/Sublime Text 2/Packages/Autoprefixer/node_modules/get-stdin/index.js:7:13)
オブジェクト (/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 に答える