Hi all,
I’m currently doing the Enjin development course, but I’m stuck in installing the Enjin wallet daemon. I’ve scroll through previous posts regarding to this exact same problem, but the solutions provided there doesn’t help me get the installation completed.
I’ve tried using the wallet daemon that filip had provided in the course video, as well as the beta daemon found in Enjin’s official github. but still couldn’t get the daemon installed and up and running.
the problems I’m having are as follows:
-
when using
npm install
on the daemon, it has a lot of critical errors on the libraries that the daemon built on, and in which even with the command such asnpm audit fix --force
it doesn’t solve the issue -
when running
npm node src/main.js account new
node src/main.js link <LINK_CODE>
so I’m wondering is there a new way to fix this issue? I’m using Window 11, if that matters to anything