Closed vlad-zhukov closed 6 years ago
I guess the ava
upgrade from my last PR didn't go well, downgrading the version works however.
PS: Downgrading AVA seems fine.
To sum up: if you update from one of previous commits to abb2d05
Upgrade root deps (#299) and run yarn
, the yarn ava
will run just fine. But on a fresh node_modules
install this command will fail due to a weird error in one of Babel plugins ava
uses.
I've downgraded ava
from 1.0.0-beta.8
to 1.0.0-beta.7
, updated almost all other deps and made sure the fresh install passes all tests. Everything should be fine now! 🙏
Sounds good! Build is failing, though 🙃
We either need to find that dependency that's not compatible to node 6 or bump to minimum node 8. I would prefer continued support for node 6 if it's not too much effort.
Damn, jsdom
v12 dropped support for node
6, downgraded it back to v11.
@andywer yeah, we should stick to what node
version webpack
supports, it's currently >=6.11.5
Ava fails with a weird babel error:
Error: You gave us a visitor for the node type TSUnknownKeyword but it's not a valid type
I can also reproduce it locally on
release-2.0
branch, but CI doesn't...