About 393,000 results
Open links in new tab
  1. javascript - Setting up node.js and sockets.io - Stack Overflow

    May 4, 2013 · Where is node.js installed? If its meant to be on the server, how does it get installed on the server? where should I install it to test locally? what is socket.io? where should that be …

  2. npm - Installing Node.js - pros/cons of using Homebrew vs …

    So I'm looking for some info on what the pros and cons are of managing a Node.js package that has been installed manually vs using Homebrew. Aside from the obvious advantages of …

  3. Installing a local module using npm? - Stack Overflow

    javascript node.js npm package npm-install edited Jan 27, 2017 at 16:47 neophyte 6,632 2 32 43

  4. Upgrading Node.js to the latest version - Stack Overflow

    If you just need to upgrade your old version of Node.js to the latest one and don't need multiple versions, simply over-write your existing executable with the new one.

  5. How to yum install Node.js on Amazon Linux - Stack Overflow

    Dec 8, 2014 · I've seen the write-up on using yum to install the dependencies, and then installing Node.js and NPM from source. While this does work, I feel like Node.js and NPM should both …

  6. Does installing Node.js under Windows have any security …

    Does installing Node.js under Windows have any security implications? Asked 10 years, 11 months ago Modified 8 years, 2 months ago Viewed 4k times

  7. why i am getting this error while installing node js

    May 27, 2021 · I am trying to install node js Version--node -v13.14.0-x64 for my windows 7 . In fact node js is installed but the additional tools which were supposed to install automatically in …

  8. NPM Command Not Found After Installing Node - Stack Overflow

    This works just fine. sometimes, brew postinstall node doesn't run. So, after running the first command, node -v will get you the right node version, However you will npm and it will return …

  9. node.js - Node JS install mis-configured after reinstalling twice ...

    Apr 25, 2024 · Node JS install mis-configured after reinstalling twice. (Windows 11) Asked 1 year, 2 months ago Modified 1 year, 2 months ago Viewed 937 times

  10. node.js - Fixing npm path in Windows 8 and 10 - Stack Overflow

    0 When you're on Windows but running VS Code in Windows Subsystem for Linux like this linux@user: /home$ code . you actually want to install NodeJs on Linux with linux@user: …