Installing NPM and NVM on NodeJS

Hi!

I’m working with google vision api, in order to run the api I need to install first the NPM and NVM packages. How is this possible using wappler? What kind of files should I create to run a command on my browser and install the needed package?

Thanks!

Have a look at this to install NPM

I am not sure why you would need the version manager (NVM), but here is possibly an answer:

Thanks! But I do not understand why I should install it my OS. Shouldn’t I install it on my webpage server? I mean, I will use the packages for my site. Thanks!

Yes, you need to install NPM in your local system. It also needs to be configured so that it is globally recognised.

image

This is all done normally when you just run the NodeJS windows installer from the NodeJS site https://nodejs.org/en/download/

@salvuccicarlos NodeJS is very useful application to have installed on your computer. It is also used by Wappler when you build mobile apps and also by many other tools.

So having NodeJS installed and Docker desktop is a must these days for the good developer :slight_smile:

1 Like