Reputation: 1953
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:
Upvotes: 0
Views: 69
Reputation: 3313
From what i found out [email protected] has an issue on Windows. Please try downgrading to 5.3 and see if that works for you.
npm install [email protected] -g
Upvotes: 2