firebase host 1: Install nodejs and npm on ubuntu
to use firebase host, you will need to install firebase tools, which need to install nodejs and npm
I installed modejs without issue, but I got problem on npm, below is how I installed npm and firebase tools..
sudo apt-get install nodejs-dev node-gyp libssl1.0-dev
sudo apt-get install npm
check version:
henry@henry-i7:~$ npm -v 3.5.2
sudo npm install -g firebase-tools
留言
張貼留言