stone rock
stone rock

Reputation: 1953

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:

enter image description here

enter image description here

Upvotes: 0

Views: 69

Answers (1)

prototype
prototype

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

Related Questions