【发布时间】:2019-02-05 10:19:21
【问题描述】:
我正在尝试创建react-boilerplate,但出现以下错误。
npm ERR! Maximum call stack size exceeded
npm ERR! A complete log of this run can be found in:
npm ERR! /home/dev1/.npm/_logs/2019-02-05T10_12_55_340Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! react-boilerplate@3.7.0 presetup: `npm i chalk shelljs`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the react-boilerplate@3.7.0 presetup 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/dev1/.npm/_logs/2019-02-05T10_12_55_434Z-debug.log
节点版本:v8.9.4
我已从 git 克隆设置并运行 npm run setup 命令,但出现此错误。
注意:
remove node_modues and re-install node_modules - 不工作
uninstall node globaly and re-install node - 不工作
谁能帮忙?
【问题讨论】:
标签: node.js reactjs react-boilerplate