Skip to main content

All Questions

0 votes
1 answer
51 views

How to Resolve "The command 'node' is either misspelled or could not be found" Error on Windows?

If I want to start my React project with npm start I get this error: The command "node" is either misspelled or could not be found. To my project: node v: v22.11.0 npm v: 10.9.0 react: ^...
JoF's user avatar
  • 43
0 votes
1 answer
70 views

Setup Configuration: Node.js / "npm start" doesn't work

npm command running in project path Hello Developers, I am trying to run the node.js commands - npm start and setting up a project with firebase the help of this article. I have installed node.js ...
Chandray Murmu's user avatar
-1 votes
2 answers
306 views

npm start failed at start: `react-scripts start`

I was trying to push to git but my files were too large. Tried removing the node_modules folder and then running npm start but now I am getting this error: Invalid options object. Dev Server has been ...
Kam's user avatar
  • 1
0 votes
1 answer
385 views

React application not working when migrated to DigitalOcean droplet

I am relatively new to web development and I am, for the first tiem, trying to server-less deploy a React application. I am going for digital ocean's droplets but after having transferred my ...
Augusto Perdomo F's user avatar
0 votes
1 answer
967 views

when i run npm dev which is concurrently opens localhost 3000 which does not contain my project

"scripts": { "start": "react-scripts start", "server": "nodemon server ", "client": "npm start --prefix client ", "dev": ...
mercy mwangi's user avatar
1 vote
0 answers
873 views

npm EER! Missing script: "build" with Github Action

I tried to deploy my react app to the droplet in the digital ocean using Github action, but I faced a problem when Github Action try to run the build command, it always throws an error: Run npm run ...
Jonh's user avatar
  • 95
3 votes
1 answer
2k views

Error: Conversion from 'BigInt' to 'number' is not allowed on react build script

I've developed UI using create-react-app. UI is working fine with the normal npm start command, but when I build the UI with npm run build it's throwing the error `Conversion from 'BigInt' to 'number' ...
David's user avatar
  • 569
1 vote
0 answers
47 views

Unable to create react app using create-react-app showing e404 [duplicate]

Hey everyone I am new to development and recently started react. when I am creating my react app it showing error in my terminal. npm WARN config global `--global`, `--local` are deprecated. Use `--...
swetank singh's user avatar
0 votes
1 answer
754 views

Command not found using npm on a React project

I recently copied used a custom script to copy my build to another project and that's where all hell broke loose. When I try to run npm start I get this error message: \node_modules\.bin/../node/bin/...
Gui Vecchi's user avatar
1 vote
1 answer
584 views

Trying to run my node.js server at same time as React .js App and get: 'ERR_MODULE_NOT_FOUND'

I've set up a server for an ecommerce site I am building in React and trying to run both the React app and the server at the same time but keep getting errors - and after solving them getting more. ...
MicSt's user avatar
  • 197
-1 votes
1 answer
79 views

I can't load my files using %PUBLIC_URL% in react

even though I reinstalled my react scripts I showing same in the inspect that these files are not loaded but the favicon from the react is loading fine why this happening I have spent 2 hrs and still ...
advith ram's user avatar
0 votes
1 answer
793 views

React app not building - can't find react chalk module

I have an app on a digital ocean droplet running Ubuntu 18.04.3 LTS. I clone the repo into the droplet and install node 10 and build essentials. Then when I do npm run build I get this: Error: Cannot ...
Davtho1983's user avatar
  • 3,954
6 votes
1 answer
2k views

Start react-create-app and Electron.js with one NPM command

I have simple custom starter pack react-create-app and Electron.js. I have added to package.json file: "scripts": { "electron": "electron .", "start": "cross-env BROWSER=none react-scripts ...
gdfgdfg's user avatar
  • 3,586
-1 votes
1 answer
91 views

How can i start my react-app via npm ? (start-script missing?)

OS: Windows 10 Editor: VS Code Package Manager: Node js Bash: Cygwin Webserver: NginX When i try to start my single page application, i get the following Error Message: npm ERR! missing script: ...
FortyTwo's user avatar
1 vote
1 answer
2k views

npm start is doing absolutely nothing

Today I decided to create a react app, a task in which I have done a number of times, and after running the create-react-app command in my terminal: I navigated into my new project directory, ...
MarFromMars's user avatar

15 30 50 per page