Questions tagged as 'npm'

1
answer

Nodejs - socket.io and jquery

Good afternoon I'm following the socket.io start tutorial and it's all working, but I do not understand why jquery only works if calling the script in html I tried to install by npm and it does not work (the message does not log in) I...
asked by 02.07.2018 / 17:40
1
answer

Why does "git checkout." not change the packages of node_module that I entered by npm?

I made a small "poop" in my testing environment, and my system simply bugged the whole one, because npm is giving some bugs: Git Bash: ChromeConsole: In the filezilla I have the old packages, the old package.json and the old node_modu...
asked by 15.03.2018 / 21:19
1
answer

How do I go back to old versions of nodejs by npm?

I need to go Node.js version 5.10.0 in order to use Firebase Hosting     
asked by 12.01.2018 / 16:05
2
answers

Ionic command not found after updating

Yesterday when I went to open my ionic project the terminal asked to update, I gave yes and after that stopped working. I did not find the directory or something, searching the stack I saw a solution that said the problem was in ionic -g root re...
asked by 27.09.2017 / 20:18
1
answer

Gulp command does not work

Hello, I created a home.sass file @import molecules/mixins @import ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap /variables @import ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap /mixins @import ../bower_...
asked by 23.05.2017 / 20:56
1
answer

How to install express in ubuntu through npm?

When I try to install Express in Ubuntu with the command npm install express , this error occurs: npm WARN enoent ENOENT: no such file or directory, open '/home/flavio/package.json' npm WARN enoent ENOENT: no such file or directory, open...
asked by 09.05.2017 / 20:30
1
answer

spawn play ENOENT NodeJS

I'm trying to use a library called troubadour : const Troubadour = require('troubadour'); const troubadour = new Troubadour('sox'); app.get('/playmusics', function(req, res){ troubadour.on('start', () => { // Do something here...
asked by 13.01.2017 / 00:25
1
answer

Problem with empty Array with mysql and nodejs

This is the action that is activated when loading the page: In it I get the following array as result. My problem is, when I have no records the ARRAY returns empty, I can not pass a parameter to the INPUT. Ex: input (value="# {data [0] [0]...
asked by 23.12.2016 / 14:42
1
answer

npm WARN deprecated

I have tried to find a solution on the net about this error and the ones I found did not work. npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated [email protected]: P...
asked by 06.10.2016 / 19:42
1
answer

I installed the bower, gulp but I do not know which file to edit [closed]

I bought an internet theme called FUSE ANGLE JS at documentation it, he explains that I should install npm, bower, gulp and etc ... then he asks me to run the following command gulp serve , and then some page from the beyond is loaded...
asked by 24.11.2016 / 02:34