Thinkmill / Thinkmill/keystatic
npm create command fails (Invalid package name)
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 159
- Avg merge
- 21h 41m
- Merged PRs (30d)
- 2
Description
Tried to install Keystatic according to the Quick Start guide under this link:
https://keystatic.com/docs/quick-start
Tried running npm create @keystatic@latest and was greeted with this error:
➜ Code npm create @keystatic@latest
npm ERR! code EINVALIDPACKAGENAME
npm ERR! Invalid package name "@keystatic" of package "@keystatic@latest/create": name can only contain URL-friendly characters.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Quick Start guide at https://keystatic.com/docs/quick-start and reproduce the documented npm create @keystatic@latest command. Trace the command's package-name handling and verify the guide's setup path works without npm's EINVALIDPACKAGENAME error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100