Most voted "npm" questions
nmp is the official package manager for Nodejs. Use the tag for questions about its use.
Learn more…218 questions
Sort by count of
-
-1
votes1
answer1924
viewsError: Listen EADDRINUSE: address already in use ::3001
I can’t find the error in the code, const express = require('express'); const mongoose = require('mongoose'); // Iniciando o App const app = express(); // Iniciando o DB mongoose.connect(…
-
-1
votes3
answers4858
viewsError running npm install and start: "npm WARN tar ENOENT: no such file or directory, open"
I’m getting some errors running some files on Node.js. I downloaded 2 files on Github, and in a tutorial simply tells to run the following commands: npm install npm start The Operating System is…
-
-1
votes1
answer154
viewsLaravel-mix error in syntax when there is none
Good evening guys, I’m trying to run NPM RUN DEV and when I do he accuses a mistake that doesn’t make sense to me (despite being a total beginner in Latin). [webpack-cli]…
-
-1
votes1
answer170
viewsBecause when I install Axios in my next application I can’t run it?
I’m learning Nextjs and wanted to create a project with Next and Axios but whenever I install Xios the application stops working. Note: this project also has Typescript and Styled-Components…
-
-1
votes1
answer20
viewsError Downloading node_modules. 'Node' is not recognized as an internal or external command, a operable program, or a batch file
I have this problem that I can’t solve at all. I downloaded the Github repository and it worked normal, however, I had to delete it and clone it again, but by doing so I can’t download the…
-
-2
votes2
answers5067
viewsHow do I get back to old versions in nodejs by npm?
I need to go Node.js version 5.10.0 to be able to use firebase Hosting
-
-2
votes1
answer59
viewsserverless deploy command not found even after installation
I installed the serverless via npm, but it says that the serverless and serverless deploy command do not exist, not even serverles -v, as if it had not installed via npm.
-
-2
votes0
answers19
viewsWindows does not recognize npm commands
Every time I use an npm command opens a window asking you to select the program to read the file, I have tried to reinstall Node, change the environment variable and nothing worked. Does anyone know…
-
-2
votes0
answers10
viewsPeople with a project here of a site no longer able to open the interface of it, I’ve put the dependencies inside the Node more not yet run
Already put the command npm run serves more speech than error, dependencies already loaded more interface not opened yet.
-
-2
votes1
answer42
viewsNPM Advance-element/Moment-with-locales.min.js
I’m having trouble at Laravel-mix with this WARNING Compiled with 1 warnings 20:53:09 This relative module was not found: ./locale in .…
npmasked 6 years, 2 months ago Lucas Antonio 568 -
-2
votes1
answer44
viewsThere is something wrong with creating an React project
When trying to create a new React project the action is not completed. I will attach prints with errors and versions. I have tested many commands I saw on the internet, but none solved my problem. I…
-
-2
votes0
answers16
viewsError 404 when running npm start, but I am giving the command inside the project folder
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport"…
-
-2
votes0
answers25
viewsPython installation hangs when installing "windows build tools" by NPM
I’m trying to run a project, but the same one gives several errors without python, ok, I installed: npm install --global windows-build-tools also tried: npm install --global --production…
-
-3
votes1
answer366
viewsfirebase/app dependency not found
When using the command ng serve it returns the following message . ERROR in The target entry-point "@angular/fire" has Missing dependencies: - firebase/app already excludes the node_modules and the…
-
-3
votes1
answer22
viewserror while running npx React-Native run-android command
When I execute npx react-native run-android, which is to start the Android emulator, returns me the following error: Command run-android unrecognized. Make sure that you have run npm install and…
-
-3
votes2
answers48
viewsES2015 syntax error
I developed an npm package using es2015 preset in local environment worked very well because I was running Babel-Node index.js. When I posted it on npm and installed in a project to test. Using it…
-
-4
votes1
answer14
viewsError running npm run serves
People already downloaded the most dependencies when I run the npm run serves appears this here: npm ERR! A complete log of this run can be found in: npm ERR! C: Users gifer Appdata Local…
npmasked 3 years, 5 months ago Giovanna Fernandes 1 -
-4
votes1
answer247
viewsError while running Angular project
I installed the angler: npm install -g @angular/cli and created a project. While trying to run ng serves I caught that mistake: The serve command requires to be run in an Angular project, but a…