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
I faced another problem, it was expecting to run the daemon, then I ran it with sudo:
➜ sudo /.../.nvm/.../bin/ulysse -d
/usr/bin/env: ‘node’: No such file or directory
To make it work I've created a symlink:
➜ sudo ln -s $(which node) /usr/bin/node
Then running the command again:
➜ sudo /.../.nvm/.../ulysse -d
Starting daemon...
chattr: Operation not supported while reading flags on /etc/resolv.conf
child_process.js:866
throw err;
^
Error: Command failed: chattr -i /etc/resolv.conf
chattr: Operation not supported while reading flags on /etc/resolv.conf
at checkExecSyncError (child_process.js:790:11)
at Object.execSync (child_process.js:863:15)
at en (/home/ifd-lpt-100/.nvm/versions/node/v14.21.3/lib/node_modules/ulysse/dist/index.js:4:133927)
at rn (/home/ifd-lpt-100/.nvm/versions/node/v14.21.3/lib/node_modules/ulysse/dist/index.js:4:134823)
at Object.--daemon (/home/ifd-lpt-100/.nvm/versions/node/v14.21.3/lib/node_modules/ulysse/dist/index.js:4:137336)
at /home/ifd-lpt-100/.nvm/versions/node/v14.21.3/lib/node_modules/ulysse/dist/index.js:4:139187
at Object.<anonymous> (/home/ifd-lpt-100/.nvm/versions/node/v14.21.3/lib/node_modules/ulysse/dist/index.js:4:139245)
at Module._compile (internal/modules/cjs/loader.js:1114:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
at Module.load (internal/modules/cjs/loader.js:979:32) {
Operating system info:
➜ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
➜ ~ uname -r
6.8.0-49-generic
➜ ~ uname -a
Linux ... 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
I have in my system nvm installed:
Which is defining the following node version:
After installing the package locally:
I faced another problem, it was expecting to run the daemon, then I ran it with sudo:
To make it work I've created a symlink:
Then running the command again:
Operating system info:
The text was updated successfully, but these errors were encountered: