Questions tagged as 'npm'

1
answer

I can not install opus node [closed]

I do not install node opus I get the error, I've tried to reinstall all the packages related to this and does not work any suggestions? The error is as follows: link 0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodej...
asked by 27.09.2017 / 17:08
3
answers

Error when executing npm run grunt default?

I have the following files for the GruntJS configuration and thus pass my js files to js.min files The package.json file: { "name": "grunt-primerospasos", "version": "1.0.0", "description": "Descripcion de mi primer proyecto en grun...
asked by 19.09.2017 / 07:05
1
answer

error when connecting to MSSQL 2008 without instance

I have 2 connections with node using the package mssql var config = { user: 'xx', password: 'xx', server: 'DESARROLLO\PROGRAMACION', database: 'prueba', options: { encrypt: true } } This work...
asked by 13.07.2017 / 22:49
1
answer

Error installing ember cli in Nodejs [closed]

Someone knows why he will not let me install npm install -g ember-cli     
asked by 01.06.2017 / 14:38
2
answers

I can not run NodeJS

I have a fault in npm, the situation is as follows: I have installed NodeJS to work on a project in Angular , I installed LTS 6.10.3 and nmp 3.10.10 . I executed the following: node -v npm -v ... and when I give it npm -v...
asked by 08.05.2017 / 01:20
2
answers

Error PATH? NODE NPM! install but can not find it when executing

Hi, I have a big problem with mac osX I have installed node 6.5.0; npm 3.10.3 and when installing any dependency such as bower, install it in a hidden folder on my desktop: The problem in the case of bower is that when wanting to...
asked by 14.09.2016 / 18:15
1
answer

error with NPM dependencies: peer dep missing

I have the following dilemma /usr/local/lib ├── @angular/[email protected] ├── @angular/[email protected] ├── @ionic-native/[email protected] ├── @ionic-native/[email protected] ├── @ionic/[email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── npm-check-update...
asked by 23.12.2018 / 18:29
1
answer

Error importing tensorflow js in node

I want to use tensorflowjs in the terminal and I copy the code from the npm page and I get an error: (function (exports, require, module, __filename, __dirname) { import * as tf from '@tensorflow/tfjs';...
asked by 21.12.2018 / 23:32
1
answer

Error in gulp after reinstalling OS

I had problems with the installation of a program (this has nothing to do with my question) and I had no choice but to format and install all the OS and other programs. I have created a website that uses gulp among other things, and after ins...
asked by 15.12.2018 / 16:33
0
answers

Error posting nodejs app to heruko (internal / modules / cjs / loader.js: 582 ... throw err; ... Error: Can not find module '../constants')

I have the following problem: I have an api in nodeJS V10.14, I'm hosting it in heroku, at first everything was fine, but a day ago I deployed and gave me the following error (heroku log): in the index.js file I have the following....
asked by 05.12.2018 / 04:29