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
We are using Orient 3.x and trying to use OrientJS in VueJS project. The entire project uses typescript.
While trying to use OrientJS we get the following errors
These relative modules were not found:
./protocol19 in ./node_modules/orientjs/lib/transport/binary/connection.js
./protocol26 in ./node_modules/orientjs/lib/transport/binary/connection.js
./protocol28 in ./node_modules/orientjs/lib/transport/binary/connection.js
./protocol33 in ./node_modules/orientjs/lib/client/network/conn.js
We are using Orient 3.x and trying to use OrientJS in VueJS project. The entire project uses typescript.
While trying to use OrientJS we get the following errors
These relative modules were not found:
Checked that only Protocol33 is present in Source code also
https://github.com/orientechnologies/orientjs/tree/develop/lib/transport/binary
This is a blocker for implementing OrientJS in our Admin project !! Can someone please help by suggestion some solution or workaround ?
The text was updated successfully, but these errors were encountered: