Phoenix not working - ERROR in ./js/app.js Module build failed

Also I sent a request to the wonderful admins of the forums to verify if my guide is correct because i don’t have a Mac OS to test this.

So before following it wait for the OK from them.

Thanks for you patience

1 Like

There is an old post describing how members setup their dev environment here

With Mac Osx, it is not required to use brew. It’s possible to use the recommended way (git)… and this is what I do.

2 Likes

I also recommended the git way in my guide @kokolegorille .

1 Like

Just wonderful. Thank you, wolfiton.

1 Like

You are welcome @jejuro

1 Like

You will also need to add the nodejs plugin. Sorry i was not felling well that day when I wrote this guide.

The plugin for nodejs can be found here https://github.com/asdf-vm/asdf-nodejs

I can add it here if someone gets stuck just let me know using @wolfiton add nodejs guide.

Thanks

1 Like

@jejuro thanks for posting this I ran into the same issue. My solution was to remove node 100% and reinstall from scratch. (asdf plugin remove nodejs && rm -r ~/.npm* && asdf plugin add nodejs) I’m using asdf - yet another piece of tooling to learn, but IMO worth it!

2 Likes