shower / cli

Command line interface for Shower
Other
35 stars 6 forks source link

If shower is not installed globally, the presentation will not be created #47

Open mrdimidium opened 4 years ago

mrdimidium commented 4 years ago

In the basic shower/cli template, the "prepare" command is added, which turns out to be reserved in npm: https://docs.npmjs.com/misc/scripts.

This command will be called before installing the dependencies, and since shower is not yet installed the installation will break.

You need to rename the NPM script to build or package so that it is not called when you install dependencies.