I'm having trouble setting up Nativescript for developing iOS apps in Javascript. When I tried to install it using the command below:
npm i -g nativescript
I encountered the following error message:
module.js:327
throw err;
^
Error: Cannot find module './cache/caching-client.js'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at /usr/local/lib/node_modules/npm/lib/npm.js:23:24
at Object.<anonymous> (/usr/local/lib/node_modules/npm/lib/npm.js:475:3)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
Does anyone have a solution for this issue?