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
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
preact init does not work.
If the current behavior is a bug, please provide the steps to reproduce.
$ yarn global add preact-cli
$ preact init
preact init
▄▄
▄▄▓▓▓▓▓▓▄▄
▄█▀▀█▓▓▓▓▓▓▓▀▀█▄▄
▐▓▌▐▓▓▓▒▄ ▀▄▄▓▓▓▌▐▓▌
▐▓▓▄▀▓▀ ▄▓▓▄▄▀▓▓ ▓▓▌
▐▓▓▓▌ ▒▓▌ ▐▓▓ ▓▓▓▌ preact-cli 1.4.1
▐▓▓ ▒▓▄▄▀▓▓▀ ▄▓▓ ▓▓▌
▐▓▌▐▓▓▓▀▀▄▄▀▀▓▓▓▌▐▓▌
▀█▄▄▒▓▓▓▓▓▓▒▄▄▒▀
▀▓▓▓▓▓▓▀▀
▀▀
For help with a specific command, enter:
preact help [command]
Commands:
create <name> [dest] Create a new application.
build [src] [dest] Create a production build in build/
watch [src] Start a development live-reload server.
serve [dir] Start an HTTP2 static fileserver.
Options:
--cwd A directory to use instead of $PWD. [default: .]
-h, --help Show help [boolean]
Unknown argument: init
What is the expected behavior?
It should "create a new app interactively".
Please mention other relevant information.
macOS 10.12.6
node v8.3.0
yarn 0.27.5
npm 5.3.0
The text was updated successfully, but these errors were encountered:
I used the source instead of installing via npm and it works now, the package must not be completely up-to-date on npm. What is weird was that preact-cli version was showing at 1.4.1 already.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
preact init
does not work.If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
It should "create a new app interactively".
Please mention other relevant information.
macOS 10.12.6
node v8.3.0
yarn 0.27.5
npm 5.3.0
The text was updated successfully, but these errors were encountered: