webpack-contrib / webpack-canary

Canary tooling for checking webpack dependencies against specific webpack versions
MIT License
47 stars 11 forks source link

Provide a way to inject npm/yarn #21

Closed andreicek closed 7 years ago

andreicek commented 7 years ago

This way we have control over which version/custom build of a package manager is used (e.g. yarn). We should also have sane defaults (use npm).

DarkoKukovec commented 7 years ago

We need to support three commands:

Exposed config:

andreicek commented 7 years ago

I gave a possible solution for this in #26. What do you think?

DarkoKukovec commented 7 years ago

I think we should go with the following options for the initial release: "npm", "yarn", and we'll see if there will be any need for "npm@version" or any other options.