javascript - Node.js how to install learnyounode? -
i want start learning node.js, in main site there link to: nodeschool
and there link to: learnyounode
i read readme file, dont understand should download there, dont put files should download
because try run nothing command said there:
sudo npm install learnyounode -g
and error: unexpected identifer
also, need put js files create before run them ?
please help, thanks
i did search before wrote, , found que's how started node.js , https://stackoverflow.com/questions/4274167/how-to-start-node-js no 1 talked learnyounode
learnyounode other npm package matter. think trying should work, reason, last time tried experienced problem too, , taking out "sudo" got installed. try using npm install learnyounode -g
in shell. after installing it, started via command line.
you can place js files create wherever want, need specify route when entering solution.
Comments
Post a Comment