How do you specify Node/npm versions for an elixir project?

I’ve followed the hello_elixir guide, and have subsequently added Tailwind + AlpineJS which alter the build step, but my builds now fail with

E: Unable to locate package nodejs
E: Unable to locate package npm

EDIT: I found the Elixir Getting Started Guide thread (specifically the posts from andrewbarr) which solved my issue :slight_smile:

1 Like