bool
v1.0.20
Published
Boolean expression evaluator
Downloads
60
Keywords
Readme
JavaScript
You need node v0.8.11 or higher, npm and make on your PATH. Now just run
makeUbuntu and Linux Mint installation
The default node package in Ubuntu 12.04 is v0.6.12, so you would need to do the following additional steps:
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npmOther Linux installation
Most Linux distributions come with an old Node.js version. Read the official Node.js wiki for instructions on how to install the latest package.
