184 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
62
views
npm run build Stuck – How to Debug and Fix High Memory Usage by node.exe?
I'm trying to run npm run build to check if my Next.js project is ready for deployment. However, when I execute the command in VS Code, it gets stuck and does not complete. The terminal only shows:
...
0
votes
0
answers
282
views
AggregateError - npm run - Angular Jhipster
I setuped the Jhispter application with spring boot + angular . The issue is that when ever i try to run the fronent applicationstand alone by using npm run command then its giving me AggregateError. ...
1
vote
1
answer
324
views
Getting npm run dev errors trying to work with Svelte
I'm trying to work through a Svelte starter project on MDN. I was able to run the first step of the project locally after using npx but when I tried to clone the Github repo I keep getting an error on ...
0
votes
0
answers
395
views
When i try to compile code by running npm run dev i am receiving error 1 ERROR in child compilations
Receiving below error when trying to run "npm run dev" for compiling
1 WARNING in child compilations(Use 'stats.children: true' resp. '--stats-children' for more details)
ERROR in ./scss/...
1
vote
1
answer
652
views
npm-run-all does not work for node 20 and npm 10
npm-run-all scripts which is working fine with Node 14 is not working with node v20.10.0 npm 10.2.5 - is there an alternative for this?
npm-run-all --serial clean
ERROR: npm v10.2.5 is known not to ...
1
vote
0
answers
66
views
'npm run start' persists indefinitely while attempting to start the Node.js application on a windows server from Azure DevOps release pipeline
When using an Azure DevOps ci-cd release pipeline to deploy, the npm custom command task npm run start persists indefinitely while attempting to start the Node.js application on a Node.js Windows ...
0
votes
1
answer
64
views
JS function file causing error in npm run build
Context: I'm creating a project using React, and I bought a theme to help me with the visuals and animations. The theme is for React and Next.js, but I'm not using Next.js, only React. The animations ...
16
votes
5
answers
22k
views
How to fix react-native error after updating expo to 50.0
When I run npm run ios in terminal, I get the below error
error: node_modules/expo-router/entry.js: [BABEL]: expo-router/babel is deprecated in favor of babel-preset-expo in SDK 50
I tried to ...
0
votes
1
answer
259
views
Create a parent React project (Shared)
We are going to create a new React environment and we need to create multiple projects that will have the same visual, sort of (same nav bar, components, etc).
I want to know if it's feasible to do ...
0
votes
0
answers
76
views
npm run dev | npm start
My application will run when I start with "npm run dev" in the terminal. But when I enter "npm start" it says, ERR start no found.
So, I created a procfile and added exactly web: ...
1
vote
1
answer
5k
views
"npm/pnpm run dev" doesn't display anything
I'm on windows 11 and I'm working in a nextjs project . After initializing my project using "npx create-next-app@latest", I executed the command "npm run dev" but it display ...
0
votes
1
answer
2k
views
Vue3 "npm run build" fails using vite
I have a Vue3 project which runs correctly on development: npm run dev.
Running npm run build fails:
C:\projects-intellij\myapp> npm run build
> [email protected] build
> run-p type-check build-...
0
votes
0
answers
377
views
npm run dev is not loading the website at localhost:3000, NextJS project
I am currently studying NextJS from a YouTube video, in between I encountered a bug.
When I run npm run dev for the first time the website gets loaded on port 3000 but if I terminate it regardless it'...
6
votes
3
answers
15k
views
change port in react project with VITE
I'm working on an application integrated with Laravel 10 and React JS and I'm using Vite. I changed the port in package.json in the scripts part as follows ("dev": "vite --port=3000&...
0
votes
0
answers
765
views
npm run dev command generate the errors
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\admin\OneDrive\Desktop\Dhenish\NEXTJS\package.json
npm ERR! errno -4058
npm ERR! enoent Could not read package.json: Error: ENOENT: no ...