-
Hello world, I would like to try Nativescript but I got some error. Could you help me please ? When I start powerShell as admin. ng not found like cmd. has someone a idea ? what meet realm "administrator" ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Looks like your NPM is not set up correctly, you may have your registry pointing to a different one than the default npm registry, you could try resetting it back with: npm config set registry https://registry.npmjs.org/ |
Beta Was this translation helpful? Give feedback.
Looks like your NPM is not set up correctly, you may have your registry pointing to a different one than the default npm registry, you could try resetting it back with:
npm config set registry https://registry.npmjs.org/