Skip to main content

Questions tagged [npm-start]

For questions relating specifically to the starting of a development server in a Node.js (npm) project.

-1 votes
0 answers
7 views

How to resolve the Reactjs node_modules/ajv_issue, npm start ajv node_modules issue in react (npm start)

C:\Users\Hari krishna\Documents\react\first\node_modules\ajv-keywords\dist\index.js C:\Users\Hari krishna\Documents\react\first\node_modules\schema-utils\dist\validate.js C:\Users\Hari krishna\...
Hari Krishna's user avatar
0 votes
0 answers
12 views

Invariant Violation: "TAPPS" has not been registered. This can happen if:

In my react native project in android is working fine but when I run same project in IOS with Xcode it giving me this error : ERROR Invariant Violation: new NativeEventEmitter() requires a non-...
Suraj Rai's user avatar
-1 votes
0 answers
25 views

ReferenceError: Property 'BeforeUnloadEvent' doesnt exist, js engine: hermes

ReferenceError: Property 'BeforeUnloadEvent' doesn't exist, js engine: hermes ERROR Invariant Violation: "main" has not been registered. This can happen if: Metro (the local dev server) is ...
Ishan's user avatar
  • 1
2 votes
1 answer
70 views

node.js error when using: npm run dev, TypeError: require(...) is not a function [closed]

im working on my first project, added a database and im trying to make a login page. while i try to run it using npm run dev. it gives me an error exact error is at the bottom I dont know what causes ...
robbe505's user avatar
0 votes
0 answers
150 views

Module not found: Can't resolve 'devlop' in '...\node_modules\hast-util-to-jsx-runtime\lib'

I'm trying to build a web chat app with React and getStream.io, and I get the error message in the title when I try to run npm start. This is after running $env:NODE_OPTIONS="--openssl-legacy-...
Eric's user avatar
  • 1
0 votes
0 answers
40 views

npm install failing for multiple reasons

when running npm i --force i get this errors or the process will take more than 1 hour i have used UK, Germany and other countries vpn npm ERR! Error: Cannot find module 'D:/node_modules\check-more-...
rozhan's user avatar
  • 331
0 votes
0 answers
77 views

Error URI malformed when running Remix application

I am trying to run Remix app locally. When running npm run dev I get the following error: 12:53:02 PM [vite] Internal server error: URI malformed at decodeURI (<anonymous>) at ...
Teodora Zhelyazkova's user avatar
0 votes
0 answers
6 views

No entries found while installing parcel

I try to install parcel via terminal and it keeps popping the same error "no entries found". enter image description here Here is my package.json: enter image description here I tried "...
Aleksandra Kulesza's user avatar
0 votes
0 answers
37 views

running gulp project throws library not found

im trying to run a node.js project which have gulp configuration, when running npm build error is thrown that gulp-imagemin library is not found, below is the error stack trace and Dockerfile error ...
abhishek samuel's user avatar
1 vote
0 answers
89 views

Npm is not starting 'CALL "C:\Program Files\nodejs\\node.exe" "C:\Program Files\nodejs\\node_modules\npm\bin\npm-prefix.js"'

Please suggest below error for npm start PS C:\JsonServerSetup> npm start start json-server --watch db.json --port 8000 npm error code ENOENT npm error syscall spawn C:\Program Files\nodejs npm ...
Gaurav tyagi's user avatar
-2 votes
1 answer
60 views

React native is not running on Mac

Showing error after running "npm start" command I created a bare reactive native project and tried to run it without any changes done in the project. After running the project it showed me ...
athu070's user avatar
  • 21
0 votes
0 answers
17 views

Running angular project deletes .angular/cache files which for some reason are being detected by .gitignore but shouldn't be

When I run the project on my local machine with 'npm start' it deletes 1459 files from .angular/cache folder and all those changes are being detected in github even though in the ignore file I have ....
Ivailo Dombev's user avatar
0 votes
0 answers
138 views

upgrade angular application from 13 to 17 configuration issue

i got through the angular upgrade steps guide to upgrade my application, through the steps I was fixing the code changes and I had another issue which is the packages conflicts. once I complete and ...
Hazim Tafour's user avatar
0 votes
0 answers
11 views

How to prevent a module in react (e.g: export function() {} ...) inside a custom component library to be importable outside the library

I have created a sharable react component library with a demo components showing how to use each component. Those components are exported so that they can be added to the route for the demoPage, but I ...
makassi's user avatar
  • 102
0 votes
0 answers
32 views

ERR_CONNECTION_REFUSED after npm start in VSCode

I´m working on a repository I downloaded to my workstation from my github account. When trying to start a local host with the command npm start in Visual Code Edge returns a error ...
AlanBitts's user avatar

15 30 50 per page
1
2 3 4 5
48