0
を与える私はこのcommandeラインを使用してNPMを使用して角度CLIをインストール:角度-CLIのNGコマンドが「予期しないトークン=」
npm install -g @angular/cli
インストール大成功で行われますが、私はNGを使用しようとするとして commandeはその後、私はこのエラーがありました。事前にこの問題のおかげについて
[email protected]:/home/errabi/Desktop# ng help
/usr/local/lib/node_modules/@angular/cli/models/config/config.js:17
constructor(_configPath, schema, configJson, fallbacks = []) {
^
SyntaxError: Unexpected token =
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:374:25)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Module.require (module.js:354:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/usr/local/lib/node_modules/@angular/cli/models/config.js:3:18)
at Module._compile (module.js:410:26)
at Object.Module._extensions..js (module.js:417:10)
任意のアイデアを
インストールしたノードのバージョンはどれですか? –
私はこのバージョンv4.2.6を使用しています –
あなたのノードのバージョンは少なくとも6でなければなりません –