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

list of missing deps is too extensive

Open ORESoftware opened this issue 7 years ago • 0 comments

when running

nlu run

in the npm-link-up project itself, we see:

nlu/warn: The following packages could not be located:
nlu/warn: [ 'frankenstop',
  'freeze-existing-props',
  'suman-browser',
  'sce-plugins',
  'sce-plugin-typings',
  'suman-inquirer',
  'suman-inquirer-directory',
  'suman-debug',
  'clean-trace' ]

since we have an .nlu.json file with explicit deps, we should not care about missing deps that do not relate to what we are trying to link up

ORESoftware avatar Sep 30 '18 03:09 ORESoftware