-
Notifications
You must be signed in to change notification settings - Fork 322
Update Deno project init command #1190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
✅ Deploy Preview for solid-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@amirhhashemi thanks for approving. How does merging work in this repo? I can't merge myself. |
@mintydev789 One of the maintainers with push access must also approve. This may take some time. You don’t need to do anything else. Thank you for your contribution. |
Okay, thanks! |
@amirhhashemi will this be deployed soon? I'm still not seeing it updated on the website. |
@mintydev789 It's deployed. But it seems it's not applied everywhere. I will investigate. |
@mintydev789 Can you please send the link to the page that is not updated? I checked again and I noticed that this PR only updates the |
It's this page: https://start.solidjs.com. It still shows the old run command. Which install command are you referring to? |
@mintydev789 That page is not part of our docs. Actually, I'm not sure where is its code. I will ask about it and update it myself. Thank you for reporting it. |
@amirhhashemi any update? |
@mintydev789 Sorry, I forgot about that. Thank you for the reminder. PR: solidjs/solid-start#1910 |
Description(required)
This PR updates the Deno command for initializing a Solid project. The current command on the website is no longer the preferred way of initializing projects with Deno.
deno init --npm
is equivalent tonpm init
.Related issues & labels