Nuxt Project Wont Publish
Howdy, ive got a nuxt 2.17 project that works fine locally, running node 18.18.2 (which I have as a CF node env) - but I just cant get past this issue
I have a yarn.lock file there, and have tried all sorts of build commands,
yarn build
yarn generate
I just can't understand whats wrong, even from that log.1 Reply
for anyone searching this, I needed to match the
YARN_VERSION
env var on CF, to my local machine. That sorted it out.