我将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
我已经卸载了节点并重新安装,但问题仍然存在。
我缺少什么?
答案 0 :(得分:2)
您可以找到installing ember-cli on Windows here或here
的说明最重要的步骤:
list< element > l = adjList[i];
element D = l.front();
$ Set-ExecutionPolicy Unrestricted -scope Process
$ npm install -g ember-cli-windows
$ ember-cli-windows
$ npm install -g npm
您必须对某些设置使用PowerShell,但从长远来看,如果您使用Git Shell可能会更好。