Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
vms:webdev:nodejs:riot [2015/09/14 18:12]
admin
vms:webdev:nodejs:riot [2015/09/14 18:16]
admin
Line 43: Line 43:
 </​code> ​ </​code> ​
  
-Once you share your code with others, they'lll simply have to issue:+Once you share your code with others, they'll simply have to issue:
 <​code>​ <​code>​
 > npm install > npm install
Line 50: Line 50:
 To make sure all required Node Packages are available to the project. To make sure all required Node Packages are available to the project.
  
-Refer to [[https://​drublic.de/​blog/​npm-builds/​|this great article by Hans Christian Reinl]] for a good starting reference about a modern dev environment ​setup.+Refer to [[https://​drublic.de/​blog/​npm-builds/​|this great article by Hans Christian Reinl]] for a good starting reference about a setup a modern dev environment ​using npm.