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...
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...
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...
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...
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...
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';...
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...
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....