Reputation: 11
While installing native script, I always get this error while executing this command:
npm i -g nativescript
Upvotes: 0
Views: 136
Reputation: 1486
Try the following to start clean and redo the installation:
npm remove nativescript -g
npm cache clear
npm install nativescript -g
Upvotes: 1