1

Running the latest version the web ui pulls up and I can see the image assets but the app.bundle.js returns a 404. Do I need to do anything to build that file or something?

Cannot GET /assets-wp/app.bundle.js
Andrew M
  • 381
  • 1
  • 3
  • 9

1 Answers1

0

As per this issue, make sure you're not running it as root, then try reinstalling it via:

npm install --unsafe-perm
kenorb
  • 155,785
  • 88
  • 678
  • 743