79487944

Date: 2025-03-06 00:04:12
Score: 1
Natty:
Report link

Sometimes you may check your build folder

For React rm -rf build node_modules package-lock.json npm install npm run build ls -la build # Check if files are correct

For Angular rm -rf dist node_modules package-lock.json npm install ng build --configuration=production ls -la dist/YOUR_PROJECT_NAME # Check if files are correct

this may help

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Daner