Tuesday, 22 December 2015

Installing Node.js

Setup with Ubuntu

curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
Then install with Ubuntu:
sudo apt-get install --yes nodejs
If you get node: command not found chances are likely you need to link your binary:
sudo ln -s /usr/bin/nodejs /usr/bin/node

No comments:

Post a Comment

Executive Summary: Anthropic's Claude Mythos Model

  What Happened Anthropic announced  Claude Mythos Preview , a new AI model it describes as its most capable ever — and so powerful in cyber...