'yarn build' failure
-
Maybe @julien-f can shed some light on the issue.
-
Hmm something is off here.
I grabbed the latest node 14 from nodesource:nodejs is already the newest version (14.17.0-deb-1nodesource1).
But:
root@xoa:~# node -v v14.16.0
-
Indeed, due to conversion of
xo-server
to ES modules, Node 14.17 is now required.I've just updated the docs to clarify that we target latest Node LTS.
-
I confirm an issue with
xo-web
though, investigating… -
@julien-f : thx for investigating.
Tried a fresh install half of the day with the same error and thought i am doing something wrong.
Then i tried updateing a running installation and hit the same error.I keep investigating by myself too.
-
Should now be fixed, sorry for this.
-
@ci4ic4 how did you manage to update from 14.16 to 14.17 on Debian 10?
deb.nodesource.com/setup_14.x just seems to give me 14.16
-
@meth0d I use
n lts
to install the correct version -
-
@meth0d See the reference sequence provided in the original post. As I said, my reason to go to Buster was my inability to upgrade to nodejs 14.17.
-
Builds now, thanks for the quick response.
-
@julien-f
thx for the quick fix. works perfectly now.