0
votes

Doing npm run tests on Ubuntu I'm getting the following error:

Error: EACCES: permission denied, unlink '/usr/lib/node_modules/ngx-bootstrap'

1

1 Answers

0
votes

I solved using:

sudo chown -R $USER /usr/lib/node_modules

not sure if this is the best solution though.