When creating, the blueprints should come with their own package.json where appropriate, and after cloning the blueprint, npm install should execute... but this should be optional. If there's no npm available on the developer's computer, just emit a notice saying something like "package.json found but no NPM command available, please manage the client side dependencies with your preferred tool`.
When creating, the blueprints should come with their own
package.jsonwhere appropriate, and after cloning the blueprint,npm installshould execute... but this should be optional. If there's nonpmavailable on the developer's computer, just emit a notice saying something like "package.json found but no NPM command available, please manage the client side dependencies with your preferred tool`.