nodejs.org ui-components local dev error
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.9k
- Forks
- 6.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 29
Description
https://github.com/nodejs/nodejs.org/blob/main/packages/ui-components/README.md
In another terminal, still in nodejs.org/packages/ui-components
npm link
Error:
~/Documents/Work/Projects/forks/nodejs/doc-kit (main)
$ npm link @node-core/ui-components
npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "workspace:": workspace:*
For pnpm cunsumer: add overrides in pnpm-workspace.yaml
overrides:
'@node-core/ui-components': link:../nodejs.org/packages/ui-components
Contributor guide
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 packages/ui-components/README.md and reproduce the documented npm link steps from a consumer such as doc-kit. Compare the failing npm workflow with the pnpm override shown in the report. Done means the local-development instructions work for the documented consumer or clearly explain the required linking configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- developer-experience
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 70/100