Vue init webpack测试 - 没有创建项目 - 严格模式错误?

时间:2017-10-30 09:53:54

标签: bash webpack vue.js

我尝试使用

创建项目
$ vue init webpack test

并出现以下错误

  

/ usr / local / lib / node_modules / vue-cli / bin / vue-init:60 let template =   program.args [0]             ^ SyntaxError:在严格模式之外尚不支持块范围的声明(let,const,function,class)   在Module._compile中的exports.runInThisContext(vm.js:53:16)   (module.js:374:25)在Object.Module._extensions..js(module.js:417:10)   在Module.load(module.js:344:32)的Function.Module._load   (module.js:301:12)在Function.Module.runMain(module.js:442:10)at at   在node.js:966:3

启动(node.js:136:18)

不幸的是,“test”目录未创建。

我在Windows 10和以下NPM软件包上使用Ubuntu上的Bash:

  • vue@2.5.2
  • vue-cli@2.9.1
  • node.js@0.0.0
  • npm 3.5.2

0 个答案:

没有答案