wesbos / eslint-config-wesbos

No-Sweatโ„ข Eslint and Prettier Setup - with or without VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command returns ERR undefined with new updates dependencies

jaspervermeulen opened this issue ยท comments

Started a new project and couldn't install my go to linter ๐Ÿ˜„, had to switch back dependencies, couldn't exactly figure out which dependency was the cause.

Doesn't work with:

    "autoprefixer": "^10.4.4",
    "eslint": "8.12.0",
    "eslint-config-next": "12.1.2",
    "postcss": "^8.4.12",
    "tailwindcss": "^3.0.23"

Works with:

    "autoprefixer": "^10.4.2",
    "eslint": "8.12.0",
    "eslint-config-next": "12.1.0",
    "postcss": "^8.4.7",
    "tailwindcss": "^3.0.23"

Received error:

ERR undefined

the only dep I use in your list is eslint, and that didn't change on you end. Is there more info on the error?

Weird no, the error in the terminal just said ERR undefined.. couldn't figure it out so i just used the info from an older project and only when changing these it worked

It will probably be something on my end i've done wrong, was confused and couldn't find a way for it to work so wanted to check if it could be something because of the updates! Will close the issue ๐Ÿ˜„ (huge fan btw have multiple courses and love the stickers ๐Ÿ˜†)