Hi, I'm Canan
Oups ...
Never forget impossible is possible
:(
Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.
0% complete
For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode
If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION
Reduce node_modules and dist JS
Ubuntu
Steps
- Install all dependencies
npx install
- Check unused dependencies
npx depcheck -y && npm outdated
- /!\ Be careful to false result
- Check and clear cache
npm cache verify && npm cache clean --force && npm cache verify
- Remove unused files
go get github.com/tj/node-prune
node-prune
- Compressing files
npm install gzipper
- /!\ Do not forget to enable GZIP in your Apache or Nginx
- Optimize and deploy
npm dedupe && npm ddp && npm run deploy