在 前端开发手册 -> 基础环境准备 -> 代码运行 章节,进入到项目根目录(choerodon-front-iam/iam),打开终端,在终端中执行命令 npm install是报错。
你好,请确保本地的nodejs环境安装正常
nodejs安装正常
https://cnodejs.org/topic/55704ef1693bb2265dfba10e
这里有一个年代久远的解决方法
执行npm config set msvs_version 2015 --global 解决
PS:如果使用windows开发强烈建议终端环境使用 git bash
通过 pip
安装 PyYAML
, PyMySQL
。打开 git bash
执行 pip install PyYAML PyMySQL
,然后安装完成之后执行 pip list
查看安装的版本。
上面的pip安装以及pip install PyYAML PyMySQL 应该在cmd里面执行吧。git bash就不认命令
在cmd里面就可以对pip进行安装 并且pip install PyYAML PyMySQL也能执行。你们的手册是不是需要完善并验证一下呢
我也这么觉得,前端的开发手册就是意思一下,很多问题需要自己去解决,包括bash环境,环境变量,很魔法的boot等,很多历史遗留问题都是有历史原因的。。。
git bash找不到pip可以尝试一下这个连接里的解决方案。
https://stackoverflow.com/questions/42602059/pip-install-gives-me-this-error-cant-open-file-pip-errno-2-no-such-file-o
执行
python -m pip install pypiwin32
bash环境是什么,另外 这个在cmd里面可以执行这个的 python -m pip install pypiwin32
git bash里面执行不通的