0

Hi I have just installed nodejs and npm on my Ubuntu 18.04. I am trying to install mirador as per installation instructions here: https://github.com/ProjectMirador/mirador/wiki/Getting-Started

When I try to install bower I am getting a segmentation error. Any idea how I can resolve it. Both nodejs and npm are installed successfully as I have tried to get their version and it is returned

Mario
  • 1

1 Answers1

0

I was able to resolve this by uninstalling NPM & nodejs then reinstalling.

Then I had to hash bower:

hash -d bower

Then I just set the permissions to npm and it sorted it

sudo chown -R $USER:$GROUP ~/.npm
sudo chown -R $USER:$GROUP ~/.config