Yes, you need to install nodejs before installing Meteor.
$ sudo apt-get update
$ sudo apt-get install curl
$ curl https:
For Node.js
$ sudo apt-get install python-software-properties python g++ make
$ sudo add-apt-repository ppa:chris-lea/node.js
$ sudo apt-get update
$ sudo apt-get install nodejs
Regards.
source
share