views:

39

answers:

1

It seems to be two package managers for javascript at the moment.

Seedjs and Npm.

Which one should one use?

+1  A: 

Use npm. Majority of the current modules are in the npm registry and is frequently updated.

Shripad K