-
Notifications
You must be signed in to change notification settings - Fork 34
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
cannot find module '../native/noble_mac' #37
Comments
Error: Cannot find module '../native/noble_mac' |
@slayer1021 @kenken64 Which node version are you using? How are you installing |
I experienced this issue on both this repo & on abandonware/noble, and it was because I am using webpack which doesn't play nicely with the
I think there could potentially be a change to allow you to use node-loader in your project and pass the binding along as an option which starting noble. |
Specifying noble (or in my case, @abandonware/noble) as external does fix this problem for me. |
@blamay Possibly you don't have added in webpack file to load the .node extensions. |
Followed instructions for installation but keep getting the error cannot find module '../native/noble_mac' , did check the location and no file exists in the location.
The text was updated successfully, but these errors were encountered: