We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64af9fa commit 93bad1dCopy full SHA for 93bad1d
src/findPackageNodePath.ts
@@ -7,7 +7,7 @@ import fs from "node:fs";
7
export const findPackageNodePath = function (packagename:string):string|null {
8
let sdkPath = null;
9
if (!isBrowser) {
10
- // eslint-disable-next-line @typescript-eslint/no-require-imports
+
11
try {
12
let sdkPaths = [
13
`${CONFIG.get("projectPath")}${CONFIG.get("relativeImportPath")}`,
0 commit comments