Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn workspaces Can't resolve is-typed-array #40

Closed
charlesritchea opened this issue May 20, 2023 · 2 comments
Closed

yarn workspaces Can't resolve is-typed-array #40

charlesritchea opened this issue May 20, 2023 · 2 comments

Comments

@charlesritchea
Copy link

All of my Webpack configs have this plugin enabled.
I've tried adding to nohoist, but no luck

       ERROR in ../../node_modules/util/support/types.js 9:19-44
       Module not found: Error: Can't resolve 'is-typed-array' in '/home/novaterata/Projects/wireframe-tool2/node_modules/util/support'
        @ ../../node_modules/util/util.js 467:0-42
        @ ../../node_modules/console-browserify/index.js 2:11-26
        @ ./src/build/webpackTools.js 15:8-15 18:8-15
        @ ./src/pointivoAppTools.module.ts 1:0-68 5:0-97 5:0-97
@Richienb
Copy link
Owner

Looking into it...
In the meantime, have you tried to yarn add is-typed-array?

@Richienb
Copy link
Owner

This appears to be another issue caused by polyfilling console.

Richienb added a commit that referenced this issue May 24, 2024
…` modules by default; rename `includeAliases` to `additionalAliases`, and allow ignoring the defaults with `onlyAliases`

Fixes #40, fixes #52, fixes #18, fixes #44

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
Richienb added a commit that referenced this issue May 24, 2024
…` modules by default; rename `includeAliases` to `additionalAliases`, and allow ignoring the defaults with `onlyAliases`

Fixes #40, fixes #52, fixes #18, fixes #44

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
Richienb added a commit that referenced this issue May 24, 2024
…` modules by default; rename `includeAliases` to `additionalAliases`, and allow ignoring the defaults with `onlyAliases`

Fixes #40, fixes #52, fixes #18, fixes #44, fixes #20

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
Richienb added a commit that referenced this issue May 24, 2024
* feat: add `fs` fallback

* Update readme.md

* Stop polyfilling `console`, 'domain', `process`, and internal `stream` modules by default; rename `includeAliases` to `additionalAliases`, and allow ignoring the defaults with `onlyAliases`

Fixes #40, fixes #52, fixes #18, fixes #44

Signed-off-by: Richie Bendall <richiebendall@gmail.com>

* Add as default

Signed-off-by: Richie Bendall <richiebendall@gmail.com>

* Update readme.md

---------

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants