Open EdwardMoyse opened 4 days ago
Pinging @emiliocortina and @9inpachi, just in case they know what the problem is?
I'll take a look this week (probably the earliest I can do is Friday). I was having some issues with my local setup too so I'll try it all over again
Thanks! I'll keep investigating too. Out of interest, what are the problems you're having locally? (In case I've seen the same).
In https://github.com/HSF/phoenix/tree/main-new-release-builder I tried running the automated migration
However now yarn release:minor
fails with
lerna info lifecycle phoenix-ng@2.17.0~version: phoenix-ng@2.17.0
> phoenix-ng@2.17.0 version /home/emoyse/phoenix/packages/phoenix-ng
> yarn deploy
Application bundle generation failed. [12.798 seconds]
✘ [ERROR] Could not resolve "vm"
(disabled):../../node_modules/jsroot/node_modules/jsdom/lib/api.js:5:19:
5 │ const vm = require("vm");
This currently fails with messages like:
I believe the ERRORs are related to
webpack
(not sure about the WARNINGs).Running with
--stats-error-details
gives more information:So I don't understand
Field 'browser' doesn't contain a valid alias configuration
but I think the problem is that the path is wrong i.e./Users/emoyse/LocalDocuments/phoenix/packages/phoenix-event-display/src/managers/ui-manager/phoenix-menu/phoenix-menu-node.js
doesn't exist, but:/Users/emoyse/LocalDocuments/phoenix/packages/phoenix-event-display/dist/managers/ui-manager/phoenix-menu/phoenix-menu-node.js
does.