Hi Guys
I am installing vapid on my vpn. I have these mistakes. Anyone know how to resovler?
Thank you
ERROR: bcrypt@2.0.1
Hi Guys
I am installing vapid on my vpn. I have these mistakes. Anyone know how to resovler?
ERROR: bcrypt@2.0.1
@jotaandrade Iām probably stating the obvious, but it looks like a permissions problem. Iād recommend starting with the mkdir '/root/.nvm/versions/node/v11.0.0/lib/node_modules/vapid-cli/node_modules/bcrypt/build'
error message. Maybe try creating that directory manually, and go from there?
I was able to solve it this way: npm i --unsafe-perm vapid-cli -g
Thanks