0

When going through the Cloud Functions docs and try to install npn. I get a bunch of errors when running this command from an Admin CMD window in Windows 10

npm install -g firebase-tool

This is the CMD output please advice on what this means. Why when I run as Admin it say "Please try running this command again as root/Administrator."

Here“s the complete log:

https://docs.google.com/document/d/19cO2iFSmYC7QkfcDg6BR5S4RgWkz-b6rq0aUmhLoEM0/edit?usp=sharing

enter image description here

Todd Kerpelman
  • 16,875
  • 4
  • 42
  • 40
Erik
  • 5,039
  • 10
  • 63
  • 119

1 Answers1

0

I installed Nodejs 9.1.0 current version that was the problem. Now after uninstall and cleanup installing version 8.9.1 LTS recommended solved the problem

The docs should really mention the version compatibility

Erik
  • 5,039
  • 10
  • 63
  • 119