npm start error angularjs(frontend)

helen

$ npm start

[email protected] prestart C:\wamp64\www\myapplication npm install

npm WARN invalid config loglevel="notice"

[email protected] postinstall C:\wamp64\www\myapplication bower install

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

up to date in 78.888s

[email protected] start C:\wamp64\www\myapplication http-server -a localhost -p 8001 -c-1 ./app

events.js:160 throw er; // Unhandled 'error' event ^

Error: listen EADDRINUSE 127.0.0.1:8001 at Object.exports._errnoException (util.js:1020:11) at exports._exceptionWithHostPort (util.js:1043:20) at Server._listen2 (net.js:1262:14) at listen (net.js:1298:10) at net.js:1408:9 at GetAddrInfoReqWrap.asyncCallback [as callback] (dns.js:62:16) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:81:10) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] start: http-server -a localhost -p 8001 -c-1 ./app npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR!
C:\Users\AppData\Roaming\npm-cache_logs\2018-01-07T16_08_23_941Z-debug.log

i had this error when i run npm start frontend(angularjs)and in the symfony is run correctly can someone have a idea how can i solve.

Tsvetan Ganev

Another process is already listening on port 8001. You are either trying to start your server twice, or there is another server/application which uses that port. The solution is to change the port or kill the process which listens on the same port.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

npm start giving error

From Dev

Error with 'npm start'

From Dev

angularjs npm start shows error

From Dev

npm start failing: Error: start: `react-scripts start`

From Java

npm start error with create-react-app

From Java

Start script missing error when running npm start

From Dev

Node.js express NPM start error, Exit Status 8

From Dev

Aurelia Typescript skeleton -navigation error with npm start command

From Dev

Getting this error when I am doing npm start

From Dev

"npm start" gives error in ghost (node.js)

From Dev

Node JS error when I run 'npm start', maybe KrakenJS?

From Dev

Error on npm start using Angular 2 RC version

From Dev

When I run npm run start I get this error

From Dev

Can't start npm on Windows 8 (Error: ENOENT, stat 'C:\Users\User\AppData\Roaming\npm')

From Java

Difference between npm start and npm run start

From Dev

How to "npm start" with supervisord?

From Java

NPM Init and Start

From Dev

npm start - using CORS

From Dev

Gulp BrowserSync and npm start

From Dev

dockerfile npm start with harmony

From Dev

Reactjs: npm start fails

From Dev

Download Module on NPM start

From Dev

Work Around or Fix for NPM lite-server on Linux error when running Angular 2 Quick Start

From Dev

ERROR watchman--no-pretty get-sockname when run npm start

From Dev

npm start returns error 127 while setting up angular-seed application

From Dev

Issue with `npm start`: ERROR watch EMFILE although open files limit = 65536

From Dev

Cannot find name 'Promise' error when i use 'npm start' command

From Dev

Why React npm start return error for webpack-dev-server 3.11.1?

From Dev

Cannot find name 'Promise' error when i use 'npm start' command

Related Related

HotTag

Archive