Questions tagged as 'npm'

1
answer

Error installing babel npm package in my project

I'm trying to install the babel package in my project. But when you run the command: npm install --save-dev babel-cli , an error occurs in the tar.unpack installation. See the picture: Already tried to update the npm, update the node...
asked by 05.09.2016 / 16:16
0
answers

Gulp - Browser-Sync

I need some help! I can not synchronize my browser with the browser-sync in any way. I wanted to use it on localhost (wampserver), but I already researched it, I already did several tests and nothing. In the terminal it appears that this is l...
asked by 04.10.2018 / 22:58
0
answers

Error: Can not find module dotenv

I installed modele as Dev: C:\Users\mrgen\OneDrive> npm i dotenv --save-dev npm WARN [email protected] No description npm WARN [email protected] No repository field. audited 299 packages in 3.987s found 0 vulnerabi...
asked by 26.09.2018 / 23:38
1
answer

Folder node_modules does not upload to svn

I have this (original) dependency file numeral which is in the node_modules -> numeral ->locales -> pt-br folder // numeral.js locale configuration // locale : portuguese brazil (pt-br) // author : Ramiro Varandas Jr : h...
asked by 17.08.2018 / 23:07
1
answer

What is and how to use Sass and Npm in Bootstrap 4?

I am learning how to use the bootstrap and these words came up and I would like to understand what they are and how they are used.     
asked by 04.07.2018 / 19:08
0
answers

ASP.NET Core NPM and webpack / gulp

I created a project in asp.net core using the empty template ( dotnet new web ). As I researched, to add packages like Bootstrap or jquery , we have to use NPM, which basically adds package.json to the project root and keys ba...
asked by 20.03.2018 / 12:42
1
answer

How to join audio files with node js

I need to concatenate 2 audio files in wav format with node. I have "audio 1" with 5 seconds of duration and "audio 2 with 5 seconds of duration" I need to generate the "audio 3" file with 5 seconds duration, which contains the contents of audio...
asked by 13.02.2018 / 23:04
0
answers

How to organize gulpfile.js for sass, js, img and html processing?

After a lot of effort and lots of attempts, I was able to write a gulpfile.js that meets my needs for sass build, js >, img and html , however, I'm still having some problems. First we go to the final file, in the sequence I will exp...
asked by 23.11.2017 / 20:04
1
answer

error installing github npm

I installed npm and I configured my proxy after that when I try to install any library eg git hub, it appears these errors: npm ERR! node v6.11.3 npm ERR! npm v3.10.10 npm ERR! code HPE_INVALID_CONSTANT npm ERR! Parse Error Based on a conf...
asked by 06.11.2017 / 18:34
1
answer

Problem running cordova run - A problem occurred evaluating root project 'android'

This is the first time I install the Cordova and am having the following problem when trying to compile any project: C:\ProjetosCordova\lsls>cordova run --debug ANDROID_HOME=C:\Android\tools JAVA_HOME=C:\Program Files\Java\jdk1.8.0_144 Subp...
asked by 11.09.2017 / 23:05