npm - Multiple versions of the same package using npmjs -


anyone knows trick install multiple versions of same package through npmjs ? know it's not possible use same package-name in package.json gives idea of try achieve:

"dependencies": {    "mypackage": "user/mypackage#v1.0",    "mypackage": "user/mypackage#v2.0"  }

at end, want a/b test package different versions. lot !

based on npm discussion, won't implemented time soon.

some reference:


Comments

Popular posts from this blog

linux - Could not find a package configuration file provided by "Qt5Svg" -

simple.odata.client - Simple OData Client Unlink -