Doing npm run tests on Ubuntu I'm getting the following error:
npm run tests
Error: EACCES: permission denied, unlink '/usr/lib/node_modules/ngx-bootstrap'
I solved using:
sudo chown -R $USER /usr/lib/node_modules
not sure if this is the best solution though.