You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: ENOENT: no such file or directory, open 'C:\Users\chris\AppData\Local\pnpm\global\5.pnpm@fleek-platform+cli@3.8.2_@types[email protected][email protected]\node_modules@fleek-platform\cli\dist\locales\en.json'
at readFileSync (node:fs:442:20)
at loadJSONFromPackageRoot (C:\Users\chris\AppData\Local\pnpm\global\5.pnpm@fleek-platform+cli@3.8.2_@types[email protected][email protected]\node_modules@fleek-platform\cli\dist\bundle.js:90197:53)
at Object. (C:\Users\chris\AppData\Local\pnpm\global\5.pnpm@fleek-platform+cli@3.8.2_@types[email protected][email protected]\node_modules@fleek-platform\cli\dist\bundle.js:90202:10)
at Module._compile (node:internal/modules/cjs/loader:1562:14)
at Object..js (node:internal/modules/cjs/loader:1699:10)
at Module.load (node:internal/modules/cjs/loader:1313:32)
at Function.load (node:internal/modules/cjs/loader:1123:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
at Module.require (node:internal/modules/cjs/loader:1335:12) {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\Users\chris\AppData\Local\pnpm\global\5\.pnpm\@fleek-platform[email protected]@types[email protected][email protected]\node_modules\@fleek-platform\cli\dist\locales\en.json'
}
Node.js v22.13.0
windows 11 machine.
The text was updated successfully, but these errors were encountered:
when i install the CLI with PNPM and then run fleek, it results in this error:
PS C:\dev\git\mc2.agents> fleek
node:fs:442
return binding.readFileUtf8(path, stringToFlags(options.flag));
^
Error: ENOENT: no such file or directory, open 'C:\Users\chris\AppData\Local\pnpm\global\5.pnpm@fleek-platform+cli@3.8.2_@types[email protected][email protected]\node_modules@fleek-platform\cli\dist\locales\en.json'
at readFileSync (node:fs:442:20)
at loadJSONFromPackageRoot (C:\Users\chris\AppData\Local\pnpm\global\5.pnpm@fleek-platform+cli@3.8.2_@types[email protected][email protected]\node_modules@fleek-platform\cli\dist\bundle.js:90197:53)
at Object. (C:\Users\chris\AppData\Local\pnpm\global\5.pnpm@fleek-platform+cli@3.8.2_@types[email protected][email protected]\node_modules@fleek-platform\cli\dist\bundle.js:90202:10)
at Module._compile (node:internal/modules/cjs/loader:1562:14)
at Object..js (node:internal/modules/cjs/loader:1699:10)
at Module.load (node:internal/modules/cjs/loader:1313:32)
at Function.load (node:internal/modules/cjs/loader:1123:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
at Module.require (node:internal/modules/cjs/loader:1335:12) {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\Users\chris\AppData\Local\pnpm\global\5\.pnpm\@fleek-platform[email protected]@types[email protected][email protected]\node_modules\@fleek-platform\cli\dist\locales\en.json'
}
Node.js v22.13.0
windows 11 machine.
The text was updated successfully, but these errors were encountered: