Skip to content

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

@mrdimidium

Description

@mrdimidium

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions