I am getting error while installing node modules on windows 7

夙愿已清 提交于 2019-12-08 12:41:22

问题


I am installing react-chartist and chartist on my windows 7 machine.

I am using following commands in my CMD:

1) npm install react-chartist --save

2) npm install chartist --save

But I am getting error please check screenshot below:


回答1:


From what i found out npm@5.4 has an issue on Windows. Please try downgrading to 5.3 and see if that works for you.

npm install npm@5.3 -g


来源:https://stackoverflow.com/questions/50702740/i-am-getting-error-while-installing-node-modules-on-windows-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!