monarch-initiative / phenogrid

The phenogrid widget
13 stars 14 forks source link

Installation issue on Ubuntu-14.04 #161

Closed yuanzhou closed 8 years ago

yuanzhou commented 8 years ago

Was installing phenogrid on Ubuntu this morning, had nodejs and npm installed. But after I ran gulp bundle I got the error message that says

/usr/bin/env: node: No such file or directory

Got this resolved by doing

sudo ln -s /usr/bin/nodejs /usr/bin/node
yuanzhou commented 8 years ago

Already updated the README instructions for Ubuntu.