当前位置: 首页 > 工具软件 > remix-ide > 使用案例 >

git下载remix-ide代码用node v10版本install各种错误

燕成双
2023-12-01

估计是node v10和remix-ide不兼容,用node v9版本可以安装成功,折腾了我好几天

针对下列remix-ide

git clone https://github.com/ethereum/remix-ide.git
git clone https://github.com/ethereum/remix.git # only if you plan to link remix and remix-ide repositories and develop on it.

cd remix  # only if you plan to link remix and remix-ide repositories and develop on it.
npm install  # only if you plan to link remix and remix-ide repositories and develop on it.
npm run bootstrap  # only if you plan to link remix and remix-ide repositories and develop on it.

cd remix-ide
npm install
npm run setupremix  # only if you plan to link remix and remix-ide repositories and develop on it.
npm start
 类似资料: