更新Windows 10后,npm安装失败

时间:2016-03-19 17:40:53

标签: ember.js npm

我将Windows更新到Windows 10后,无法运行module.exports = function(config){ config.set({ basePath : '../app', preprocessors: { '**/*.html':'ng-html2js' }, ngHtml2JsPreprocessor: { prependPrefix: '/' }, files : [ 'node_modules/jquery/**/*.js', 'lib/angular/angular.js', 'lib/angular/angular-*.js', '../test/lib/angular-mocks.js', '../test/lib/sinon-1.15.0.js', '../test/chai/chai.js', 'js/**/*.js', '../test/unit/**/*.js', '**/*.html' ], autoWatch : true, frameworks: ['mocha','requirejs','chai'], browsers : ['Chrome'], plugins : [ 'karma-chrome-launcher', 'karma-mocha', 'karma-ng-html2js-preprocessor', 'karma-requirejs', 'karma-chai' ], junitReporter : { outputFile: 'test_out/unit.xml', suite: 'unit' } }); }; 命令。

我正在尝试安装npm,但我遇到了很多错误。

ember-cli

我已经卸载了节点并重新安装,但问题仍然存在。

我缺少什么?

1 个答案:

答案 0 :(得分:2)

您可以找到installing ember-cli on Windows herehere

的说明

最重要的步骤:

  1. the official installer
  2. 安装Node.js.
  3. 始终以管理员身份打开PowerShell或CMD。
  4. 安装Git for Windows
  5. 以管理员身份打开PowerShell并运行list< element > l = adjList[i]; element D = l.front();
  6. 安装Ember-CLI-Windows:$ Set-ExecutionPolicy Unrestricted -scope Process
  7. 运行Ember-CLI-Windows:$ npm install -g ember-cli-windows
  8. 退出并重新登录Windows
  9. 更新npm:$ ember-cli-windows
  10. 安装ember-cli:$ npm install -g npm
  11. 您必须对某些设置使用PowerShell,但从长远来看,如果您使用Git Shell可能会更好。