-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
NodeJS require #133
Comments
Sure, just like in any other nodejs or webpack app |
But i got this error when i try |
you should run 2 npm scripts at the same time: so you need to run both UPD: both scripts should be running, if you need to restart app, you can just restart only |
Yes i have started both. Dev server is working but shown error : It only happens when i ve my import lines in code
When i remove these lines app render without problems. |
oh, I see now or you can try different lib without prebuilt native binaries |
Ok cant setup it. Anyway thanks help. |
HI. Is it possible to import library by
const library = require('library') ?
The text was updated successfully, but these errors were encountered: