Questions tagged as 'npm'

1
answer

npm install -g angular-cli shows error

Before I was presenting a message that git could not be found, I then reinstalled, corrected PATH , but now it displays another error message, can anyone suggest me what to do? Binary is fine; exiting. C:\Users\Rafael\AppData\Roaming\np...
asked by 20.10.2016 / 22:12
1
answer

Angular-cli ng generate library does not work

I have a project in version 5 of Angular, which generates a library using the rollup and works correctly. However I'm migrating from version 5 to version 6 of angular and wanted to use angular-cli, which already generates a library in the same p...
asked by 13.06.2018 / 15:23
1
answer

How to use NPM and Yarn in ASP.Net Core?

I am having difficulty using Yarn / NPM in ASP.Net Core. I'm installing packages as follows: (Example installing JQuery) Yarn: yarn add jquery NPM: npm install jquery Everything happens normally, the problem is that th...
asked by 11.02.2018 / 04:27
1
answer

Error while running dockerfile

I have a dockerfile that runs an application on node.js FROM node RUN npm install mongoose RUN useradd --user-group --create-home --shell /bin/false app &&\ npm install --global [email protected] ENV HOME=/home/app COPY packag...
asked by 05.02.2018 / 20:35
1
answer

Installation of dependencies in npm start but not finish

I am taking a course and following a book on NodeJs . In the book I'm asked to install the Express and Babel modules, already in the course they ask to install dependencies of an application that they make available. My problem is this:  ...
asked by 01.12.2017 / 22:56
1
answer

Error installing Ionic 3 by NPM

I'm using linux Manjar and when I install the ionic with the command sudo npm install -g ionic it returns that error to me. [mike@mike-pc ~]$ sudo npm install -g ionic [sudo] senha para mike: npm WARN registry Using stale data from htt...
asked by 04.11.2017 / 21:45
2
answers

Error npm and node Ubuntu

I have had many problems installing npm and node in ubuntu, I now have the following error: npm : Depende: nodejs mas não será instalado mais um monte de dependências... E: Impossível corrigir problemas, você manteve (hold) pacot...
asked by 27.06.2017 / 16:46
1
answer

Importing Boostrap.sass

I installed Bootstrap SASS in my project through NPM. After installation I tried to import the Bootstrap files into my CSS folder by creating an SASS file and gave the command @import ../bower_components/bootstrap-sass/assets/stylesheets/boots...
asked by 21.05.2017 / 20:10
1
answer

Error starting project nodejs + Sequelize + mysql

When I try to start my project, it gives the following error: D:\www\nodejs\master>node bin/www module.js:472 throw err; ^ Error: Cannot find module 'sequelize' at Function.Module._resolveFilename (module.js:470:15) at Func...
asked by 16.04.2017 / 06:23
2
answers

Error giving command npm install

jean@jnotepc:/var/www/html/app_agenda/_views/css$: npm install npm WARN enoent ENOENT: no such file or directory, open '/var/www/html/app_agenda/_views/css/package.json' npm WARN css No description npm WARN css No repository field. npm WARN c...
asked by 18.11.2016 / 23:39