Damian Green
Damian Green
thanks @wight554 can confirm reverting to "@swc/core": "1.2.160", has got me switched away from ts-jest
the same error with node-fetch I have this in my `resolutions` "node-fetch": "@2.6.7", ERR_PNPM_SPEC_NOT_SUPPORTED_BY_ANY_RESOLVER node-fetch@@2.6.7 isn't supported by any available resolver. This error happened while installing the dependencies of [email protected]
No, I switched to using VS Code instead
ah yes.. I think the documentation is out of date in that case.
https://code.visualstudio.com/docs/remote/ssh
@dkChase did you solve this?
thanks for your swift response.. the code itself seems rather small so i'm wondering what the problem might be.. it seems to work with url images
Update. I managed to get it work.. the trick is to ensure it has the following format:(begins with `data:image/png;base64,`) ``` export const onlineRing = 'data:image/png;base64,iVBORw0KGgoAAA.... ```
I removed this plugin and still get the error. Is there a workaround at all for this? should i somehow manually build each reference project? I'm using "fork-ts-checker-notifier-webpack-plugin": "^6.0.0", "fork-ts-checker-webpack-plugin":...
It also appears it depends on `@types/moment-timezone` This package is marked as unneeded by PnPm