NodeJS Flashcards
1
Q
What is difference between nodejs and iojs?
A
iojs is a fork of nodejs.
2
Q
What does ‘–save-dev’?
A
It will save to your package.json. Having them in package.json will simplify when developer does ‘npm install’.
3
Q
‘scripts’ within package.json?
A
Way to automate things through npm