Hi,
ich möchte mir mal Angular2 angucken. Auf einer Ubuntu VM die komplett leer ist tue ich dafür folgendes:
-
ich installiere das neuste npm und das neuste nodejs node -v v4.6.1 nodejs -v 7.10.0 npm -v 4.6.1
-
ich gebe folgendes ein:
sudo npm install -g @angular/cli
- ich gebe ein: ng help
und bekomme:
/home/ubuntu/.nvm/versions/node/v4.6.1/lib/node_modules/@angular/cli/models/config/config.js:16 constructor(_configPath, schema, configJson, fallbacks = []) { ^
SyntaxError: Unexpected token = at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object.<anonymous> (/home/ubuntu/.nvm/versions/node/v4.6.1/lib/node_modules/@angular/cli/models/config.js:3:18) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10)
wie löse ich das Problem?