Jump to content
McKay Development

16austin16

Recommended Posts

When i try to npm install steam-user i get:

root@bot1:~# npm install steam-user
npm ERR! 404 Not Found
npm ERR! 404
npm ERR! 404 'doctormckay/steam-crypto' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 It was specified as a dependency of 'steam-user'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.
 
npm ERR! System Linux 2.6.32-042stab120.6
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "steam-user"
npm ERR! cwd /root
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! code E404
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /root/npm-debug.log
npm ERR! not ok code 0
Link to comment
Share on other sites

All of your everything is super outdated. Update. Specifically to node.js 4.0.0 or newer, and as new of npm as you can get.

 

You can install the latest stable 64-bit version for Linux using:

wget -qO- https://www.doctormckay.com/installnode.sh | /bin/bash

Make sure you execute that somewhere writable as root as it needs to download a file to disk.

Link to comment
Share on other sites

All of your everything is super outdated. Update. Specifically to node.js 4.0.0 or newer, and as new of npm as you can get.

 

You can install the latest stable 64-bit version for Linux using:

wget -qO- https://www.doctormckay.com/installnode.sh | /bin/bash

Make sure you execute that somewhere writable as root as it needs to download a file to disk.

 

 

The thing is this is a separate server to run bots on and on my server that my site is on i got node installed but i did apt-get install node and when i type node it does nothing.

5606627afc85d4bd1141025bf2d80065.png

Edited by 16austin16
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...