We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am working on integrating rdkit-js to draw some molecules and add highlights. During the process, I ran into this error:
Module not found: Error: Can't resolve 'fs' in 'C:\Users\Simon Flügel\Desktop\Chebifier\react-app\node_modules\@rdkit\rdkit\dist'
Apparently, react-scripts does not support the fs package. Instead, this comment suggests to use react-app-rewired. That seems to solve the issue.
react-scripts
fs
react-app-rewired
I will implement this solution on the chemlog-integration branch.
chemlog-integration
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am working on integrating rdkit-js to draw some molecules and add highlights. During the process, I ran into this error:
Apparently,
react-scripts
does not support thefs
package. Instead, this comment suggests to usereact-app-rewired
. That seems to solve the issue.I will implement this solution on the
chemlog-integration
branch.The text was updated successfully, but these errors were encountered: