pxt icon indicating copy to clipboard operation
pxt copied to clipboard

RIMRAF is MISSING

Open lsuhadolnik opened this issue 4 years ago • 0 comments

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"
}

lsuhadolnik avatar Mar 13 '21 06:03 lsuhadolnik