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
Once you have created a directory for your new application, you can initialize SolidStart with the following command:
```package-create
solid@latest
```
Before I've seen the block this felt as one of those very simple single line prs, but I have no clue what magic does package-create contain or where it comes from, and googling doesn't help
The ```package-* syntax is provided by SolidBase to reduce the boilerplate code for creating a command for multiple package managers. In the below line we have defined what ```package-create translates to for Deno (:content is replaced with the content of the markdown block):
📚 Subject area/topic
Installation
📋 Page(s) affected (or suggested, for new content)
https://docs.solidjs.com/solid-start/getting-started
📋 Description of content that is out-of-date or incorrect
This page says
But this will attempt to run 13-year-old
solid
npm package and that will fail.It should have been
Other package managers (e.g. pnpm) seem to have
create
command that auto-prefixes withcreate-
but deno doesn't seem to have one.In fact, home page got it right! solidjs/solid-start#1663
🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
No response
The text was updated successfully, but these errors were encountered: