NodeJS - Installing node-steam on Ubuntu

No comments
Installing node-steam package via npm a bit tricky since its depend on ursa.

To make it easier, run following command, and you should be ok.

apt-get install build-essential libssl-dev

and you can continue install node-steam via npm
npm install steam

No comments :

Post a Comment