0
私はhttps://github.com/UdiliaInc/create-react-libraryからcreate-react-libraryをクローンしましたが、開始することはできません。create-react-libraryはnpm startを実行できません
私は編集をしていません。私はnpmをインストールしてからnpmを起動しました。 npm startを実行すると、以下のポストで説明したのと同じエラーが発生します。
Nodejs npm scripts fail with "SyntaxError: Unexpected token {"
私は私のノードのバージョンをチェックし、それは5.3.0です。これが起こりうる他の理由は何ですか?
エラーが
`[[email protected] create-react-library]$ npm start
[email protected] start /home/clynch/git/create-react-library
node scripts/start.js
/home/clynch/git/create-react-library/scripts/start.js:23
const { choosePort,
^
SyntaxError: Unexpected token {
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:374:25)
at Object.Module._extensions..js (module.js:405:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:430:10)
at startup (node.js:141:18)
at node.js:980:3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `node scripts/start.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/clynch/.npm/_logs/2017-11-16T21_05_24_465Z-debug.log
`