Questions tagged as 'npm'

1
answer

How to use your own plugin in ionic

I am trying to use a socket connected by TCP in my Ionic 3 application. To do this I follow the following steps: 1- I create an ionic application:    ionic start testTcp blank --cordova 2- I enter the directory of the application...
asked by 26.03.2018 / 12:16
1
answer

Error installing cordova by NPM

I'm starting in Ionic framework and I'm trying to install cordova with the command npm install -g cordova but I loose this error, does anyone know why? sommer@sommer-AO532h:~$ npm install -g cordova npm WARN deprecated [email protected]: Use...
asked by 25.06.2017 / 21:47
1
answer

Create backup for python and node environment

I am preparing to format my laptop but I have many python packages installed and accommodated in different virtual environments, the same thing happens with node.js and many modules that I have. Is there a way to make a backup for all my librari...
asked by 14.06.2016 / 23:03
1
answer

Does not recognize ng command

I installed angular-cli and even then this command does not work, which can be or how I can add it.     
asked by 24.05.2017 / 17:56
1
answer

Automatically reload files in NodeJS

I am working on a project with NodeJS , and I just realized that I must restart the server every time I make my changes, is there any way to avoid this? I am working with NodeJS 6.10 , express 4.13 , gulp 3.9 ,...
asked by 04.07.2017 / 16:06
1
answer

npm does not install packages

I'm trying to install Electron, I've done it before but now when I do it (with clear sudo) it reaches a point where the console says:    node install.js and there is nothing else that happens ... when trying to close the console it tells...
asked by 17.11.2016 / 22:06
1
answer

Help to run Gulp

Hi, I am creating a project with node.js and I want to run Gulp, which updates all the changes made to the code, css, server, etc., I do not know if you know how to formulate the question well and if you should show more code so they can help me...
asked by 21.05.2018 / 19:08
1
answer

Error with imagemin script in NPM

I am learning how to create a distribution folder that contains the files that can be implemented on a web server hosting your project. This distribution folder will be compiled from the files of your project using several NPM packages and scrip...
asked by 24.12.2017 / 18:39
1
answer

WebPack: Module parse failed, babel-loader

I am new to this, I am learning react, but I have the following error I do not know if it is syntax in my webpackconfig or any property, dependency, I am missing. helpme .. webpack.config.js var HtmlWebpackPlugin = require('html-webpa...
asked by 02.03.2016 / 15:22
2
answers

Call my NPM package (Node module) without adding the .js

Hi, I'm programming a module for nodejs that is installed through npm , everything works great, the code, the installation, everything as it has to be etc ..., my concern is that to use other modules it is not necessary to add the...
asked by 24.11.2016 / 23:14