microsoft / microsoft/pxt

RIMRAF is MISSING

Open
#7,954 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
2.3k
Forks
641
Avg merge
12h 4m
Merged PRs (30d)
57

Description

https://github.com/microsoft/pxt/blob/195915f5c5f706007729b5fbafea4081c8c0248b/pxt-cli/package.json#L30

When using link command, it fails due to missing package. Must add the RIMRAF dependancy

"dependencies": {
  "rimraf": "^3.0.2"
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open pxt-cli/package.json at the linked dependency section and inspect how the link command resolves its packages. Add the missing rimraf dependency at the requested version, then run the link command to confirm it no longer fails because rimraf is unavailable.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.