Questions tagged as 'npm'

1
answer

How to run http-server node?

I'm trying to install http-server npm install http-server -g But it is giving this error, I already configured the proxy, what can be? log: 0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe', 1...
asked by 20.08.2018 / 20:36
1
answer

Re-use method

I made a query to search for a user. It worked! But I tried to make another query, he gave this message Error: Cannot use a pool after calling end on the pool Because every time I make a connection, I close it later, and it seems that o...
asked by 05.08.2018 / 17:49
0
answers

Search module optimized for nodeJS and sequelize

I am looking for a search module to integrate into my application to perform database queries for a 'Help Center' system. As I'm using Sequelize, you should have some module in the NPM repository that is integrated with this application for e...
asked by 30.07.2018 / 23:39
0
answers

laravel project creation. problem npm

Hello, I'm having trouble creating laravel projects. When I create a new project, when I open it on netBeans, it gives a red, that red of problems. When I go there click on "solve problems", the cause of red is a message like "are missing npm mo...
asked by 05.07.2018 / 03:04
0
answers

I can not run the gulp command

I installed gulp globally and tb gulp-cli. however when I run the gulp command it displays the following error:     
asked by 27.06.2018 / 05:19
0
answers

NPM does not work after a while

I'm doing some Angular courses and need to run npm commands frequently. But after a few commands run, when I go to execute a new command with npm, it locks, returns nothing, no messages. It simply gets the dashboard blinking on the terminal a...
asked by 30.06.2018 / 22:32
0
answers

I can not install the npm push-dir package

I'm trying to install the push-dir package with the npm cli below: push-dir --dir=dist --branch=gh-pages --cleanup After installing and trying to call with: push-dir --dir=build --branch=gh-pages Apparently it installs because it gives...
asked by 23.06.2018 / 16:34
1
answer

Ionic 3, error installing app-script 1.3.0

Complementing the previous question, I am in an ionic environment 3, I give a npm install but it is missing that app-script 1.3.0, msm installing locally the ionic 2, npm install again msm error I believe it is a 404, the package.json for app-sc...
asked by 20.06.2018 / 10:14
1
answer

Module not found: Can not resolve 'assets / css / custom.css'

I have a small problem when starting my project in react, when running the command yarn start the terminal returns me the following error ./src/index.js Module not found: Can't resolve 'assets/css/custom.css' But in my index.js it's like th...
asked by 14.05.2018 / 22:13
1
answer

Angular5 - Error: Local workspace file ('angular.json') could not be found

This error happens when I start the application:    Local workspace file ('angular.json') could not be found. Error: Local   workspace file ('angular.json') could not be found.       at WorkspaceLoader._getProjectWorkspaceFilePath (/usr/lib/n...
asked by 09.05.2018 / 16:54