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
Iobio Components yields several errors on running pnpm run build which need to be cleaned up
Module './components/coverage_depth' was resolved to '/Users/ddemaria/Documents/iobio-components/packages/iobio-react-components/src/components/coverage_depth.tsx', but '--jsx' is not set
Cannot find module './utils', Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option
Dynamic imports are only supported when the '--module' flag is set to 'es2020 'es2022', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node16', or 'nodenext`
The text was updated successfully, but these errors were encountered:
Iobio Components yields several errors on running
pnpm run build
which need to be cleaned upModule './components/coverage_depth' was resolved to '/Users/ddemaria/Documents/iobio-components/packages/iobio-react-components/src/components/coverage_depth.tsx', but '--jsx' is not set
Cannot find module './utils', Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option
Dynamic imports are only supported when the '--module' flag is set to 'es2020
'es2022', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node16', or 'nodenext`The text was updated successfully, but these errors were encountered: