[Release Note] ERPNext and Frappe Version 13-beta.3

Hello Guys,
Thanks for the amazing work.

Today I have updated to ver13.beta.3
Desk home showing nothing.

How I have installed:

  • sudo bench switch-to-branch version-13-beta frappe erpnext --upgrade
  • sudo bench update --patch
  • sudo bench setup requirements
  • sudo npm cache clean -f
  • sudo npm install -g n
  • sudo n stable
  • sudo bench setup requirements
  • sudo bench --site <my site> migrate

Please help me out on this.

Thanks again

hi @hiimkhaled, may be you can try to build the assets using bench build to build the whole application assets, or alternatively you can run `bench build --app to build the assets for specific application.

1 Like

Hello @mrjurin, It worked just perfectly. Thank you for your prompt attention.