简体   繁体   中英

I am getting error while installing node modules on windows 7

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:

在此处输入图片说明

在此处输入图片说明

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM