npm-link-up icon indicating copy to clipboard operation
npm-link-up copied to clipboard

don't reinstall certain deps

Open ORESoftware opened this issue 6 years ago • 1 comments

in .nlu.json we might have:

 "list":[
  "suman"
]

but what if we never want to reinstall suman?

we need another field:

"list":[
  "suman"
],
"noReinstall": [
  "suman"
]

with the above setting, if we ran

nlu run --install-all it would not reinstall suman

ORESoftware avatar Jun 25 '18 07:06 ORESoftware

alwaysReinstall: []
neverReinstall: []

that might be better

ORESoftware avatar Jun 25 '18 07:06 ORESoftware