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

Can't resolve 'crypto' in 'D:\devWeb\photos-mp\node_modules\react-visual-grid\dist' #30

Closed
ivantung-ms opened this issue Feb 25, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ivantung-ms
Copy link

Hi, trying your grid out but hitting this build error in simple react app:

ERROR in ./node_modules/react-visual-grid/dist/react-visual-grid.esm.js 2:0-45
Module not found: Error: Can't resolve 'crypto' in 'D:\devWeb\photos-mp\node_modules\react-visual-grid\dist'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "crypto": require.resolve("crypto-browserify") }'
- install 'crypto-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "crypto": false }

my package.json
{
...
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-redux": "^8.0.5",
"react-scripts": "5.0.1",
"react-visual-grid": "^0.9.0",
"typescript": "^4.9.5",
...
}

Thanks!

@prabhuignoto prabhuignoto self-assigned this Feb 26, 2023
@prabhuignoto prabhuignoto added the bug Something isn't working label Feb 26, 2023
@prabhuignoto
Copy link
Owner

@ivantung-ms this should be fixed. can you take a look and let me know if you are still facing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants