Getting a error @esbuild/[email protected]: The platform “darwin” is incompatible with this module. error Found incompatible module

I have a project based in Typescript, using Quasar to create a chrome extension but when i try to run “yarn install” on my Intel Mac i get this:
error @esbuild/[email protected]: The platform “darwin” is incompatible with this module.
error Found incompatible module.

I can’t get to create the yarn-lock folder and I can’t figure out how to solve it. I’ve tried uninstalling every package, also doing a npm install and it won’t work. I also have a problem with the compiler not being able to recognize paths inside the same project folder. I have a line in the ts-configure where it says “extends: {path to an existing file}” and vscode underlines it as if the path does not exist.
what might be happening?
thanks in advance