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
be sure that the node version you have installed has an appropriate release for nexe/nexe, I had node 8.15.1, but there's only 8.15.0 in nexe, so I downgraded node to get this to build.
After I run yarn task build:server:binary everything builds successfully from what I can see but there are no binaries in packages/server/cli- there are no cli directories under packages/server
Activity
kylecarbs commentedon Mar 5, 2019
This is planned. For now you can do:
It should output to packages/server/cli-[platform]
grant commentedon Mar 6, 2019
Also use node >=8 and <9.
muojp commentedon Mar 6, 2019
npm install -g npm
to fetch newer npm which hasnpx
binary with it.bketelsen commentedon Mar 6, 2019
be sure that the node version you have installed has an appropriate release for nexe/nexe, I had node 8.15.1, but there's only 8.15.0 in nexe, so I downgraded node to get this to build.
nhooyr commentedon Mar 7, 2019
Dockerfile is available for those of you who want to dev for linux.
nhooyr commentedon Mar 8, 2019
So lets just document the existence of the Dockerfile and for other platforms, people can look at the .travis.yml.
uddmorningsun commentedon Mar 9, 2019
I have tried in
CentOS
, record in #23 (comment) , hope that help otherstvarwig commentedon Mar 12, 2019
After I run
yarn task build:server:binary
everything builds successfully from what I can see but there are no binaries inpackages/server/cli-
there are nocli
directories underpackages/server
activatedgeek commentedon Mar 13, 2019
I was able to get a full build working however on running I get the following error:
Error: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.20' not found`.I installed the latest library which contains that version but is on a non-standard path. I updated
LD_LIBRARY_PATH
but to no effect. Any suggestions?19 remaining items