[Installing NPM package error]
I’m getting error on installing npm package in my directory, how should i fix it ??
#WebDev help me
(https://phpout.com/wp-content/uploads/2024/02/9o3gq-jpg.webp)
I am trying to install npm package but I’m getting permission denied in my Android. And I’m using Termux Terminal and Acode (A code editor) in my Android
2
Answers
try
npm i react --force
may be it will workTry running as administrator, or another user with more permissions, the user your currently using lacks the permissions to install react. Running CMD as administrator could require a user with more permissions