Closed daogrady closed 3 days ago
Finding a package.json in a parent directory (mono repo scenario) would still try to open package.json in the CWD, which would then fail. This fix now prepends the directory the file was found in, making it an absolute path instead.
Finding a package.json in a parent directory (mono repo scenario) would still try to open package.json in the CWD, which would then fail. This fix now prepends the directory the file was found in, making it an absolute path instead.