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
I'm using orientjs 3.0.8 to connect with an instance of a orientdb 3.0.14. When I try to run my react gui which imports orientjs I get the error
Error in ./~/orientjs/lib/transport/binary/connection.js
Module not found: ./protocol28 in /mnt/c/Users/607959/Documents/SI_Project/gui_demo/node_modules/orientjs/lib/transport/binary
Looking into the code I see where connection.js is asking for protocol28, but in node_modules there is only protocol33. I'm not sure if my version of orientdb is causing the issue, I know it's not the most recent one, but I thought anything 3.0.0 or after would work.
The text was updated successfully, but these errors were encountered:
I'm using orientjs 3.0.8 to connect with an instance of a orientdb 3.0.14. When I try to run my react gui which imports orientjs I get the error
Looking into the code I see where connection.js is asking for protocol28, but in node_modules there is only protocol33. I'm not sure if my version of orientdb is causing the issue, I know it's not the most recent one, but I thought anything 3.0.0 or after would work.
The text was updated successfully, but these errors were encountered: