nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.44k stars 276 forks source link

Error while running node in ARMv7 platform. #4338

Open qq8512852 opened 5 months ago

qq8512852 commented 5 months ago

Details

My platform is running Debian, and I installed Node,js using apt-get. I can see the version output through command "node --version" , but it's not working I try to run it. The same result with download from official web which version node-v20.11.0-linux-armv7l.

image

Node.js version

v12.22.12 and node-v20.11.0-linux-armv7l

Example code

no

Operating system

Linux

Scope

runtime

Module and version

Not applicable.

VoltrexKeyva commented 4 months ago

The same result with download from official web which version node-v20.11.0-linux-armv7l.

Did you uninstall Node.js that you installed from APT before running node-v20.11.0-linux-armv7l? If you didn't then it could still be running the one from APT which would result in the same error in this case.

On an additional note, I would recommend installing Node.js using a Node.js version manager like nvm.

qq8512852 commented 4 months ago

The same result with download from official web which version node-v20.11.0-linux-armv7l.

Did you uninstall Node.js that you installed from APT before running node-v20.11.0-linux-armv7l? If you didn't then it could still be running the one from APT which would result in the same error in this case.

On an additional note, I would recommend installing Node.js using a Node.js version manager like nvm.

Hi sir. Even though Node.js has been uninstalled by 'apt-get remove' , the following error is encountered. image