HELP - I've broken my Nodebb install - NPM self-signed certificate issue [SOLVED]
-
yey! i hope there's a fix though
-
did you try the attempted solution in the StackOverflow link?
EDIT: you most likely need
sudo
to update npm -
it's downloading...
-
actually that doesn't make sense, if you can't download anything from
npm
how could you downloadnpm
itself.
trynpm config set ca ""
-
still waiting... the script, I mean
-
thanks to everyone for helping us out!
-
@giorgio-chiodi you're welcome, could you re-edit your comment so the commands won't be on the same line, use the 3 backticks to start and end a code block "`"
sudo npm config set strict-ssl false sudo npm update npm -g sudo npm config set strict-ssl true
Copyright © 2024 NodeBB | Contributors