npm-scan icon indicating copy to clipboard operation
npm-scan copied to clipboard

Mono-repo support.

Open underblob opened this issue 6 years ago • 1 comments

  • Disable missing require.
  • Add support for mono-repos (@babel/*).

underblob avatar Oct 09 '19 05:10 underblob

This implementation will fail when having the package resolve installed and running with the option --strict. The package resolve has an array for test/resolver/invalid_main/package.json where the property main is an array.

Might be a valid approach to include an exclude path here to explicitly skip packages ...

SimonSimCity avatar Dec 03 '21 09:12 SimonSimCity