Categories
JavaScript Answers

How to fix Node npm: command not found in bash?

Spread the love

To fix Node npm: command not found in bash, we install npm.

To do this, we run

apt-get install -y npm

to install npm with apt-get install.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *