-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not run on centos 7.9 #298
Comments
It can not find the addon binary. This command normally should download the prebuilt binary from github. If it can not find it, it should try to compile. |
hello im having the same problem with for a nitrojs server (for a nuxtapp, im using webtorrent, which use this plugin deep).
reproduction: https://github.com/mirsella/node-datachannel-nitro ( thanks |
i just tested with a empty deno project import nodeDataChannel from "npm:node-datachannel";
nodeDataChannel.initLogger("Debug"); and error
so its not just nitrojs |
Thank you for your notes. Can node 23 run on Centos 7? If I download a VM here, can I install node 23 and regenerate the issue? Or do I need some other modifications? |
for my it's on archlinux, so far from CentOS |
I am on Ubuntu 22.04 and I have tested your repo. Do you see this file in place |
thanks for the answer. arch doesn't have release, so hard to get the exact version. I'll try to do a VM with a clean arch install to test. the file is there in node module |
then we just have to trigger the route hot reload in another shell: thanks |
In my case there was no error
What is the difference? |
thanks for testing did you run in another terminal the other command I gave to trigger nitro hot modules reload ? I'll do a quick screen record to exactly demo the problem. thanks |
I have exactly these commands run. except github clone, I have for easy working create a volume for the app folder |
Ooops sorry. Now I undestood your point. Testing more. But I can definitely say that this is not related to Maybe it is better to create another issue |
Please follow here |
[yhs@vbox server]$ npm run start
Error: Cannot find module '../../build/Release/node_datachannel.node'
Require stack:
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1026:15)
at Function.Module._load (node:internal/modules/cjs/loader:871:27)
at Module.require (node:internal/modules/cjs/loader:1098:19)
at require (node:internal/modules/cjs/helpers:108:18)
at Object. (/home/yhs/workspace/server/node_modules/node-datachannel/src/lib/node-datachannel.ts:9:23)
at Module._compile (node:internal/modules/cjs/loader:1196:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1250:10)
at Module.load (node:internal/modules/cjs/loader:1074:32)
at Function.Module._load (node:internal/modules/cjs/loader:909:12)
at Module.require (node:internal/modules/cjs/loader:1098:19)
[yhs@vbox server]$ cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
[yhs@vbox server]$ npm list
[email protected] /home/yhs/workspace/server
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
The text was updated successfully, but these errors were encountered: