How to Fix Missing write access to /usr/lib/node_modules NPM Issue on Ubuntu
|

How to Fix Missing write access to /usr/lib/node_modules NPM Issue on Ubuntu

NPM is a package manager and I use it for my react native projects. Recently when I tried to install nativefier using npm install -g nativefier command, I faced the following error on my Ubuntu 20.04 PC. This is a write permission error on Ubuntu. This can be easily fixed by executing the command as…