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
does not type check in Deno. It fails with the following error:
error: Uncaught Error: Error resolving package config for 'npm:optics-ts/standalone'.: [ERR_INVALID_PACKAGE_TARGET] Invalid "exports" target {"import":"./dist/mjs/standalone/index.js","require":"./dist/cjs/standalone/index.js"} defined for './standalone' in the package config /Users/cowboyd/Library/Caches/deno/npm/registry.npmjs.org/optics-ts/2.4.0package.json imported from file:///Users/cowboyd/Library/Caches/deno/npm/registry.npmjs.org/optics-ts/2.4.0/; target must start with "./"
The text was updated successfully, but these errors were encountered:
the following script:
does not type check in Deno. It fails with the following error:
The text was updated successfully, but these errors were encountered: