Failed at the @choerodon/choerodon-front@0.20.0 start script.

Failed at the @choerodon/choerodon-front@0.20.0 start script. npm start

nternal/child_process.js:323
throw errnoException(err, ‘spawn’);
^

Error: spawn EACCES
at _errnoException (util.js:992:11)
at ChildProcess.spawn (internal/child_process.js:323:11)
at exports.spawn (child_process.js:502:9)
at Command.executeSubCommand (/Users/liujingxian/Desktop/WorkSpace/choerodon-front/node_modules/commander/index.js:562:14)
at Command.parse (/Users/liujingxian/Desktop/WorkSpace/choerodon-front/node_modules/commander/index.js:488:17)
at Object. (/Users/liujingxian/Desktop/WorkSpace/choerodon-front/node_modules/@choerodon/boot/bin/choerodon-front-boot:12:4)
at Module._compile (module.js:652:30)
at Object.Module._extensions…js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @choerodon/choerodon-front@0.20.0 start: choerodon-front-boot start --config ./react/config.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @choerodon/choerodon-front@0.20.0 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:

在编译前 先执行 chmod -R u+x node_modules 试下

还是无法启动 依旧报同样的错误