Open giantg opened 2 years ago
There's a file called package.json
in the folder. Update your npm/node to the newest you can I guess, and then modify the package.json file with the versions you have installed. There will be a couple lines near the bottom for it.
Let me know if that doesn't work
Hi,
I'm attempting to build for Debian 11 Linux. To ensure a consistent build environment I'm attempting a build within a Debian 11 docker container:
Once inside I've installed the following packages:
After checking out the source with a
git clone https://github.com/steveseguin/electroncapture
I receive the following error:At that point I updated npm to 8.5.5 as suggested by the error:
However, at that point I still seem to get a failure:
I've seen suggestions to also try installing the matching versions of node and npm requested by the error, but that seems to land me stuck as well:
Trying to
--force
the above results in error as well:Is there anything obvious I'm doing wrong? I have to confess while I am a developer I'm not a nodejs developer. I saw the previously closed Issue #53 where @jcalado mentioned a "healthy nodejs environment" and the recommended steps below "just work":
I must not have a healthy nodejs environment or I've done something else wrong. Any help is appreciated.
Thank you