Andrew M
Andrew M

Reputation: 391

Web UI not generating JS bundle file

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

Upvotes: 1

Views: 141

Answers (1)

kenorb
kenorb

Reputation: 166833

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

npm install --unsafe-perm

Upvotes: 0

Related Questions