Cannot find module '/root/install'
-
How do I fix this I am just trying to install some Node-Red libraries. I am running into a problem when using this "node --max_old_space_size=512 $npm install -g node-gyp" command where it stops and says it can't find the module.
-
@Zachary-Lavoie are you running as root?
-
How would one go about doing that?
-
@Zachary-Lavoie determine if you are logged on as root or some other username.
-
Oh, that is what you meant yes I am logged in as root.
-
@Zachary-Lavoie I had a very similar issue,how did you solve this issue?Any suggestions?