Open hacknug opened 4 years ago
@hacknug
Umm...
Maybe we need to add engines
to package.json
.
Like this:
{
"engines": {
"yarn": "^1.22.0"
}
}
1.22.0 is current's stable version of Yarn.
I don't think that's the way to solve it since people should (ideally) be able to also use npm
and pnpm
to manage their dependencies.
Guessing
eslint
should be listed either independencies
orpeerDependencies
? 🤔
I think it's related to how deps are listed, like I mentioned. Maybe @hjvedvik can help us out here since he probably has more experience dealing with this things than I do haha
I was just trying out Yarn 2 to see if there were any major issues with Gridsome and got this warning:
Guessing
eslint
should be listed either independencies
orpeerDependencies
? 🤔