TypeError: Cannot convert undefined or null to object #149
Unanswered
JamesSingleton
asked this question in
Q&A
Replies: 1 comment
-
We will take a look into this thanks for the flagging it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious if anyone is running into issues with running
pnpm lint
in any of the packages/apps that import from the@workspace/eslint-config
. I started plugging everything from this repo into my own and for some reason I can't getpnpm lint
from the root the actually pass. The only app/package I can get it to pass in isapps/sanity
but that's not importing anything from the@workspace/eslint-config
.In my
apps/web
I haveand in the
package.json
I have"@workspace/eslint-config": "workspace:^",
. I honestly don't know why the^
vs*
for this particular one but that is how it is in this repo. I also noticed thelint
command waseslint .
instead ofnext lint
, so I updated that and installedeslint
inapps/web
or else it wouldn't even try to run.When I do run
pnpm lint
insideapps/web
I getI get the same error when running
pnpm lint
insidepackages/ui
which I also had to installeslint
in or else it wouldn't even start to run.Any ideas would be great as I am kind of lost as to what would be causing that. I was trying to look at https://github.com/vercel/turborepo/tree/main/examples/kitchen-sink and they left
next lint
Beta Was this translation helpful? Give feedback.
All reactions