How do I choose the version of a library I want to use with NPM?
For example
1.0.0
1.0.1
1.1.0
1.1.1
1.2.0
If I run npm i nome-do-package , it will install the 1.2.0 version, because it is the last one.
But how would I in...
I was installing the npm Hiredis module, but I had problems. According to its documentation, the only necessary prerequisite is the presence of Python 2.7 and gcc / g ++ 4.8 , which I already have.
This requires:
gcc / g ++ 4....
This is the problem that has occurred, I tried to install gyp and it did not solve, someone would know to explain what is happening please.
[email protected] install C:\Users\Laris\AppData\Roaming\npm\node_modules\phonegap\node_modules\connect-phonega...
Good afternoon,
I'm studying Laravel 5.7 and was looking to use a plugin called progressbar.js .
One of the ways to install the plugin is to play the file progressbar.js direct in public/js of Laravel, after that, I write where I...
I am running the npm command in CMD but it is not returning, nor when I request to display the npm version, nodejs folder, I already did a simple test with nodejs , like Hello World !, I already created a simple server and everything ba...
I have a problem when I try to start an application using nodejs in Windows 10. Any time I use any npm command (by taking the -v) the following error is displayed
Error: Cannot find module 'verror'
at Function.Module._resolveFilename (mod...
I'm learning how to create a Command-Line Interface Applications (CLI) tool
and performed the following steps:
I created a folder and inside it in the terminal rodei
npm init--yes
In this folder, I created the package.json in t...
To explain my question I will use jquery as an example.
I installed jquery from npm (npm install jquery). Then npm created the folder node_modules \ jquery \ dist where is the jquery file that I need (jquery.js).
To use this file should I p...