NodeJS Flashcards

1
Q

What is difference between nodejs and iojs?

A

iojs is a fork of nodejs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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’.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

‘scripts’ within package.json?

A

Way to automate things through npm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly