You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to import the graphql-client module locally with pnpm link, I get the error
Named export 'remove' not found. The requested module 'ts-invariant/process/index.js' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
If I don't pnpm link the graphql-client module, I can't pnpm link the vf-graphql-holochain module, because the latter is a dependency of the former, and so the latter gets imported from the published npm package instead of the local one.
The text was updated successfully, but these errors were encountered:
When I try to import the graphql-client module locally with pnpm link, I get the error
If I don't pnpm link the graphql-client module, I can't pnpm link the vf-graphql-holochain module, because the latter is a dependency of the former, and so the latter gets imported from the published npm package instead of the local one.
The text was updated successfully, but these errors were encountered: