help icon indicating copy to clipboard operation
help copied to clipboard

Error while running node in ARMv7 platform.

Open qq8512852 opened this issue 1 year ago • 2 comments
trafficstars

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.

qq8512852 avatar Feb 04 '24 07:02 qq8512852

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.

VoltrexKeyva avatar Feb 08 '24 11:02 VoltrexKeyva

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

qq8512852 avatar Feb 21 '24 08:02 qq8512852

The nodejs apt-get package is not officially maintained. If you are able to reproduce with a version of Node.js from the website; please leave a comment. Otherwise, I'll assume this issue is resolved.

avivkeller avatar Jul 20 '24 01:07 avivkeller

It seems there has been no activity on this issue for a while, and it is being closed. If you believe this issue should remain open, please leave a comment. If you need further assistance or have questions, you can also search for similar issues on Stack Overflow. Make sure to look at the README file for the most updated links.

github-actions[bot] avatar Aug 19 '24 01:08 github-actions[bot]