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
{{ message }}
This repository was archived by the owner on May 2, 2024. It is now read-only.
I faced the issue to fail to install bs-let with npm on Apple silicon. I guess that the prebuilt binary is missing for this architecture. Can I build natively to install? or any solution to install bs-let?
bs-let does not support this platform :(
bs-let comes prepacked as built binaries to avoid large
dependencies at build-time.
If you want bs-let to support this platform natively,
please open an issue at our repository, linked above. Please
specify that you are on the darwin platform,
on the arm64 architecture.
node:internal/fs/utils:320
throw err;
^
Error: ENOENT: no such file or directory, copyfile '.../node_modules/bs-let/bs-let-darwin-arm64.exe' -> '.../node_modules/bs-let/ppx'
Hi
I faced the issue to fail to install
bs-letwith npm on Apple silicon. I guess that the prebuilt binary is missing for this architecture. Can I build natively to install? or any solution to install bs-let?