Sam Magee
Results
2
comments of
Sam Magee
FYI - found a way to patch, by using the Yarn PnP API to resolve folders with package.json, in the `node-core-library/PackageJsonLookup` class. It seems this is the root cause in...
@stepanhruda Roughly this: ```patch --- a/lib/PackageJsonLookup.js +++ b/lib/PackageJsonLookup.js @@ -123,6 +123,16 @@ class PackageJsonLookup { * @returns an absolute path to a folder containing a package.json file */ tryGetPackageFolderFor(fileOrFolderPath) {...