问题
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