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
Having trouble running sherif in my monorepo after update to 1.0.1. Works fine with 1.0.0
I'm using pnpm 9.12.2, on a mac M1 processor.
Getting this error when running pnpm install or pnpm dlx sherif@latest.
Error: Couldn't find application binary inside node_modules for darwin-x64 at getExePath (/Users/sebastianvangerwen/Library/Caches/pnpm/dlx/l5cfu5yynbbw3f5u5rkopi4f3m/192b6be53d2-d3e2/node_modules/sherif/index.js:26:11) at run (/Users/sebastianvangerwen/Library/Caches/pnpm/dlx/l5cfu5yynbbw3f5u5rkopi4f3m/192b6be53d2-d3e2/node_modules/sherif/index.js:37:35) at Object.<anonymous> (/Users/sebastianvangerwen/Library/Caches/pnpm/dlx/l5cfu5yynbbw3f5u5rkopi4f3m/192b6be53d2-d3e2/node_modules/sherif/index.js:41:1) at Module._compile (node:internal/modules/cjs/loader:1376:14) at Module._extensions..js (node:internal/modules/cjs/loader:1435:10) at Module.load (node:internal/modules/cjs/loader:1207:32) at Module._load (node:internal/modules/cjs/loader:1023:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12) at node:internal/main/run_main_module:28:49
The text was updated successfully, but these errors were encountered:
Having trouble running sherif in my monorepo after update to 1.0.1. Works fine with 1.0.0
I'm using pnpm 9.12.2, on a mac M1 processor.
Getting this error when running
pnpm install
orpnpm dlx sherif@latest
.Error: Couldn't find application binary inside node_modules for darwin-x64 at getExePath (/Users/sebastianvangerwen/Library/Caches/pnpm/dlx/l5cfu5yynbbw3f5u5rkopi4f3m/192b6be53d2-d3e2/node_modules/sherif/index.js:26:11) at run (/Users/sebastianvangerwen/Library/Caches/pnpm/dlx/l5cfu5yynbbw3f5u5rkopi4f3m/192b6be53d2-d3e2/node_modules/sherif/index.js:37:35) at Object.<anonymous> (/Users/sebastianvangerwen/Library/Caches/pnpm/dlx/l5cfu5yynbbw3f5u5rkopi4f3m/192b6be53d2-d3e2/node_modules/sherif/index.js:41:1) at Module._compile (node:internal/modules/cjs/loader:1376:14) at Module._extensions..js (node:internal/modules/cjs/loader:1435:10) at Module.load (node:internal/modules/cjs/loader:1207:32) at Module._load (node:internal/modules/cjs/loader:1023:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12) at node:internal/main/run_main_module:28:49
The text was updated successfully, but these errors were encountered: