Replies: 1 comment
-
Did you already open an issue in It is probably related to #1862. See the workaround in the issue description. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Throwing a error:
Can't resolve 'fs' in '.../node_modules/handlebars/lib'
when using package that depend on handlebars.The project built with cra reports this error, but the project built with vite does not.
I get the following error simply by using import handlebars.
My
index.js
My
package.json
Beta Was this translation helpful? Give feedback.
All reactions