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
OCaml works great on FreeBSD. NPM works everywhere. You thing this would work. But no, I can't build an application due to the dependence on esy. Is there any other way to build this? I see this compared to Electron. But Electron is available on FreeBSD. Not that I would use it...
barsoomian% npm install -g esy
npm ERR! code 1
npm ERR! path /usr/home/darko/.config/nvm/versions/node/v18.16.0/lib/node_modules/esy
npm ERR! command failed
npm ERR! command sh -c node -e "process.env['OCAML_VERSION'] = process.platform == 'linux' ? '4.12.0-musl.static.flambda': '4.12.0'; process.env['OCAML_PKG_NAME'] = 'ocaml'; require('./postinstall.js')"
npm ERR! error: no release built for the freebsd platform
npm ERR! A complete log of this run can be found in:
npm ERR! /home/darko/.npm/_logs/2023-06-05T17_09_32_933Z-debug-0.log
The text was updated successfully, but these errors were encountered:
OCaml works great on FreeBSD. NPM works everywhere. You thing this would work. But no, I can't build an application due to the dependence on esy. Is there any other way to build this? I see this compared to Electron. But Electron is available on FreeBSD. Not that I would use it...
The text was updated successfully, but these errors were encountered: