You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
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.