skip to Main Content
[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


  1. try npm i react --force may be it will work

    Login or Signup to reply.
  2. Try 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search