I probably made a huge mistake. I updated to the latest version of Node.Then, when I ran npm install, I get this message in the terminal:"npm WARN lifecycle The node binary used for scripts is C:\Program Files\heroku\client\bin\node.exebut npm is using C:\Program Files\nodejs\node.exe itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with."First of all, I have no idea why heroku is involved at all. That must have been a mistake I made a long, long time ago. But how do I fix this? Do I need to uninstall completely, delete all the directories and start fresh? What happens to my existing apps? They are probably already done for, aren't they? (I'm just on my own computer, teaching myself programming, so there is no server or users to worry about.)Also, fwiw, I'm on Windows, so no nvm for me. There's a nvm-like thing for Windows out there that's similar, though, but I haven't tried it yet.
Submitted March 05, 2019 at 08:58PM by DONT_GET_MURDERED
No comments:
Post a Comment