Questions tagged as 'npm'

2
answers

What is NPM and Node?

The title of the question says it all. There are many articles on this, but in a clear and starter way, what is NPM in fact and what does it do? Like the Node? What do they contribute to website building?     
asked by 06.10.2016 / 11:55
2
answers

What are the differences between npm and Yarn?

I'm thinking of migrating from npm to Yarn , can anyone tell me the main differences? Is there any considerable benefit between the two?     
asked by 19.09.2017 / 14:17
4
answers

NPM, Bower and Composer, which one to use?

Can anyone explain the difference between NPM, Bower and Composer. They are all package managers, correct? But when should each be used?     
asked by 05.01.2017 / 20:09
1
answer

What are the suffixes of NPM versions and what do they do?

In Node.js environment when we are going to get modules from NPM you can use suffixes to specify versions . For example, in package.json I see many times: "dependencies": { "async": "~1.4.2", "express": "^4.13.3", What...
asked by 05.09.2015 / 22:39
4
answers

NPM does not continue package installation

I'm trying to install a simple package with NPM, but the installation does not start, always to the same place. C:\Users\Gabriel>npm install -g luaparse --verbose npm info it worked if it ends with ok npm verb cli [ 'C:\Program Files\nodejs...
asked by 29.09.2016 / 21:37
1
answer

Publishing packages in the NPM repository

How to publish a package made by me in the npm repository for other programmers to test?     
asked by 11.05.2018 / 22:35
1
answer

What is the difference between "dependencies" and "devDependencies"?

What's the difference between saving a component like dependencies or devDependencies in bower , npm , composer and others that use this structure?     
asked by 07.11.2016 / 00:51
1
answer

How to create a module in npm?

The idea is to be able to download this module by npm install and be able to execute this package: npm install nome-do-modulo --save Once downloading could run on my project as follows: nomeDoModulo = require('nome-do-modulo')    ...
asked by 02.09.2016 / 18:32
1
answer

Problem with vue-cli

Good afternoon, I made the global installation of the vue-cli npm install -g vue-cli When you try to start a project with the vue init webpack my-project the following error is displayed vue-cli · tunneling socket could not be establishe...
asked by 31.08.2016 / 20:03