2017-03-28 12 views
1

JHipster - 생성기에서 '예상치 못한 토큰'오류가 발생합니까? 리눅스 민트 ENV</p> <pre><code>yo jhipster </code></pre> <p>에 깨끗한 jhipster 프로젝트를 생성하려고

/home/poc/node_modules/generator-jhipster/generators/app/index.js:15 
    constructor: function (...args) { // eslint-disable-line object-shorthand 
          ^^^ 

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.defineProperty.get [as jhipster:app] (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/lib/store.js:40:23) 
    at Store.get (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/lib/store.js:64:35) 
    at Environment.get (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/lib/environment.js:262:16) 

yo doctor 

가 난

Yeoman Doctor 
Running sanity checks on your system 

✔ Global configuration file is valid 
✔ NODE_PATH matches the npm root 
✔ Node.js version 
✔ No .bowerrc file in home directory 
✔ No .yo-rc.json file in home directory 
✔ npm version 

을 제공합니다 제공 이 버전을 실행 중

nodejs - v4.2.6 
npm - 3.5.2 
yo  - 1.8.5 

의견이 있으십니까?

답변

7

NodeJS가 너무 오래되었습니다. JHipster 4에 6.9.5가 필요합니다. 노드를 업그레이드하십시오.

+0

nodej를 업그레이드하는 방법에 대한 지침을 찾았습니다. http://askubuntu.com/questions/695138/how-to-upgrade-install-newest-version-of-nodejs-on-ubuntu-14-04 – emeraldjava

+0

대답은 옳았고 나 역시 도움이되었지만 대답에 답장을 추가 할 때 써야합니다. – Rahul