CONVERT THE APP
Delete old modules and packages
Remove-Item -Recurse -Force node_modules, build, .cache, yarn.lock, package-lock.json
Clean Cache
npm cache clean --force
Re-install NPM packages
npm install
Re-build admin panel
npm run build
Push changes to git
UPDATE DIGITAL OCEAN
In app settings set build command to
npm run build
set start command to
npm start
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article