You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to upgrade Buttplug NPM library from 1.0.14 to latest (1.0.17) I'm getting the following error when building the JS library:
Error: ./node_modules/buttplug/dist/module/buttplug-rs-ffi/buttplug_rs_ffi_bg.js
Module not found: Error: Can't resolve '#buttplug_rs_ffi_bg' in '/Users/ME/Documents/Funscript-Player/node_modules/buttplug/dist/module/buttplug-rs-ffi'
The library works from 1.0.10 up to 1.0.14
Expected behavior
Build to pass and run local server as older versions does.
Actual behavior
Build fails with error:
Error: ./node_modules/buttplug/dist/module/buttplug-rs-ffi/buttplug_rs_ffi_bg.js
Module not found: Error: Can't resolve '#buttplug_rs_ffi_bg' in '/Users/ME/Documents/Funscript-Player/node_modules/buttplug/dist/module/buttplug-rs-ffi'
Describe the bug
When trying to upgrade Buttplug NPM library from 1.0.14 to latest (1.0.17) I'm getting the following error when building the JS library:
Error: ./node_modules/buttplug/dist/module/buttplug-rs-ffi/buttplug_rs_ffi_bg.js
Module not found: Error: Can't resolve '#buttplug_rs_ffi_bg' in '/Users/ME/Documents/Funscript-Player/node_modules/buttplug/dist/module/buttplug-rs-ffi'
The library works from 1.0.10 up to 1.0.14
Expected behavior
Build to pass and run local server as older versions does.
Actual behavior
Build fails with error:
Error: ./node_modules/buttplug/dist/module/buttplug-rs-ffi/buttplug_rs_ffi_bg.js
Module not found: Error: Can't resolve '#buttplug_rs_ffi_bg' in '/Users/ME/Documents/Funscript-Player/node_modules/buttplug/dist/module/buttplug-rs-ffi'
Additional context
Trying to make Funscript-player work with lovense toys - fork can be found here - https://github.com/myhubiuser1/Funscript-Player
The text was updated successfully, but these errors were encountered: