ERROR: No loader is configured for ".node" files: node_modules/node-pty/build/Release/pty.node #738
Unanswered
2687545691
asked this question in
Q&A
Replies: 2 comments
|
Same here. |
0 replies
|
This looks related to your bundler |
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.
Environment details
Issue description
Mine is an electron+vite+ts+react project, and after integrating the node-pty module and configuring it according to the readme document, the project gets an error “ERROR: No loader is configured for ".node" files: node_modules/node-pty/build/Release/pty.node”.
How to solve this mistake?
All reactions