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
WARN Failed to create bin at \test\node_modules\.pnpm\[email protected]\node_modules\supabase\node_modules\.bin\supabase. ENOENT: no such file or directory, stat \test\node_modules\.pnpm\[email protected]\node_modules\supabase\bin\supabase.EXE'
So the postinstall script is still run and the package works fine
paperclover
changed the title
Windows(?): Warning treated as error during dependency installation
Windows: Lifecycle scripts are not executed + Cannot create bins that are generated by lifecycle scripts.
Jan 31, 2024
What version of Bun is running?
1.0.26-canary.101+2d9db9b28
What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
What steps can reproduce the bug?
What is the expected behavior?
Running
pnpm i
throws the following warningSo the postinstall script is still run and the package works fine
What do you see instead?
Bun treats this warning as an error
The postinstall script is never run, so running
bunx supabase
results in the terminal exiting with code 1Additional information
No response
The text was updated successfully, but these errors were encountered: