You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of version 2.14.5 shadow-cljs isn't working on Netlify (a popular code deployment and site hosting platform).
Builds there fail with the message:
Missing required argument for "-M ALIASES"
The problem was introduced by c3f738e. As that commit suggests, this is actually a problem with Netlify—they use an outdated version of the Clojure CLI.
So, I'm making this Issue not to ask for a change to shadow-cljs, but to help anyone else hitting the same problem. I was able to successfully deploy after downgrading shadow-cljs to 2.14.4. Please add your support for updating the Clojure CLI on Netlify to netlify/build-image#484.
The text was updated successfully, but these errors were encountered:
This really only affects the npm cli version so it is possible just use the older npm package with newer shadow-cljs jars. Since you are using deps.edn anyways you can use the newer version there but keep 2.14.4 in package.json
As of version 2.14.5 shadow-cljs isn't working on Netlify (a popular code deployment and site hosting platform).
Builds there fail with the message:
The problem was introduced by c3f738e. As that commit suggests, this is actually a problem with Netlify—they use an outdated version of the Clojure CLI.
So, I'm making this Issue not to ask for a change to
shadow-cljs
, but to help anyone else hitting the same problem. I was able to successfully deploy after downgrading shadow-cljs to 2.14.4. Please add your support for updating the Clojure CLI on Netlify to netlify/build-image#484.The text was updated successfully, but these errors were encountered: