0

I ran

npm config set prefix /usr/local

because i tried to fix something else without thinking before.

Now i can't install any packages anymore.

pm ERR! Error: UNABLE_TO_GET_ISSUER_CERT_LOCALLY

Is there a way to reset all settings on cloud 9?

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
olivier
  • 2,585
  • 6
  • 34
  • 61

1 Answers1

0

Found the solution:

npm config delete prefix
olivier
  • 2,585
  • 6
  • 34
  • 61