Questions tagged as 'npm'

0
answers

Error npm start [closed]

I'm trying to follow Codelab of excel de google , because I want to implement the API of google and it gives me the following error that I do not know how to solve it. C:\wamp\www\zona_proves\plugins\sheets-api-master\start...
asked by 12.09.2016 / 13:41
1
answer

I can not create dist in grunt serve

since yesterday I run into a problem that at the time of compiling the project with grunt serve:dist help throw me an error I've already tried different ways to solve it, such as clearing the npm cache, deleting the node_modul...
asked by 23.02.2016 / 16:54
1
answer

install Node and do not run npm (npm: command not found)

I have a problem executing npm is as if it were not installed, I have already tried to uninstall node and reinstall but it still does not come out, so I have read it is installed /usr/local/bin/node but I search the route and it is...
asked by 06.02.2018 / 22:26
4
answers

error install express

I have this problem, every time I try to install express in windows 10 with the command npm install express or npm install express-generator I get this error: npm WARN enoent ENOENT: no such file or directory, open 'C:\Users...
asked by 25.05.2017 / 13:08
1
answer

Create service that runs npm start

Hello friends of the community. I have a project made node.js in react and express and I want to deploy it in a virtual machine with ubuntu 16.04 creating a service that runs npm start . On my pc I run the project with npm start which i...
asked by 08.11.2018 / 00:38
2
answers

NPM - command failed: git -c core

Good afternoon I am presented with the following error when trying to install the following: npm install react-native-router-flux     
asked by 07.07.2018 / 03:17
2
answers

call files from the same module

Hello a moment ago I saw in a repository that I could call in the same project folder subfolders or files that were declared in package.json by @declaracion: file: nombrearchivo I think I saw it in several more sides but I did not...
asked by 01.07.2018 / 02:27
1
answer

error when creating a reactive project using npx

I am learning to use react js, but I have problems trying to run the npm in the terminal on my mac, I put the code "npm install -g create-react-app" and I get a permission error, but the I really do not understand how to solve that, it wil...
asked by 08.06.2018 / 16:22
1
answer

How can I start a live server with node npm? [closed]

I'm new to this, I wanted to know how to start a live server with node npm? I started it with python but it does not have live-reload, when I try it with npm I get an error     
asked by 25.04.2018 / 14:36
1
answer

Firebase functions in local

I would like to do my firebase tests locally. The hosting works properly but the functions do not. I'm following google steps This is the error he gives me: ' C:\..\functions\server_part> firebase serve --only functions,hosting ===...
asked by 04.02.2018 / 20:04