16austin16 Posted December 27, 2016 Report Posted December 27, 2016 When i try to npm install steam-user i get:root@bot1:~# npm install steam-usernpm ERR! 404 Not Foundnpm ERR! 404npm ERR! 404 'doctormckay/steam-crypto' is not in the npm registry.npm ERR! 404 You should bug the author to publish itnpm ERR! 404 It was specified as a dependency of 'steam-user'npm ERR! 404npm ERR! 404 Note that you can also install from anpm ERR! 404 tarball, folder, or http url, or git url. npm ERR! System Linux 2.6.32-042stab120.6npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "steam-user"npm ERR! cwd /rootnpm ERR! node -v v0.10.29npm ERR! npm -v 1.4.21npm ERR! code E404npm ERR!npm ERR! Additional logging details can be found in:npm ERR! /root/npm-debug.lognpm ERR! not ok code 0 Quote
Dr. McKay Posted December 27, 2016 Report Posted December 27, 2016 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. Quote
16austin16 Posted December 27, 2016 Author Report Posted December 27, 2016 (edited) 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. Edited December 27, 2016 by 16austin16 Quote
16austin16 Posted December 27, 2016 Author Report Posted December 27, 2016 Ok i got it working i just reinstalled the server and ran that command and now its working. Thanks Quote
Recommended Posts
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.