Wassim Ben Hamida
Wassim Ben Hamida

Reputation: 11

Nativescript error while install

While installing native script, I always get this error while executing this command:

npm i -g nativescript

This is the error.

Upvotes: 0

Views: 136

Answers (1)

pkanev
pkanev

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

Related Questions