Alex

Results 21 comments of Alex

I fixed the problem by appending`"graphql-language-service-interface": "2.10.2"` to the `resolutions` field of my `package.json` without downgrading to v15.

@officialrajdeepsingh Literally the first comment of the issue is about how to NOT use Tailwind.

@goharShoukat You should uninstall the extension. I sent in a PR to fix it a long time ago and the owner just does't bother to upload a new version despite...

I removed the problematic assertion statements in TypeScript’s `typescript.js` directly and it builds fine now. It’s a silly hack but it works.

I’m also having this problem using ESLint from a symlink location resulting in the error ``project was set to `true` but couldn't find any tsconfig.json relative to ...``. The problem...

Already [fixed](https://github.com/shanalikhan/code-settings-sync/pull/1389) but no one has published it yet.

I fixed it with running ```sh git config --global url."https://".insteadOf git:// ``` before `luarocks install`.

Not sure if related, but I have a vendored package in `resolutions` field and it makes it possible to patch *any* packages. I can try to patch package `A` and...

FYI: If anyone needs it today, [here’s my implementation](https://gist.github.com/alex-kinokon/f8f373e1a6bb01aa654d9085f2cff834) that you can [use](https://www.npmjs.com/package/eslint-plugin-local-rules).