Open Davenporten opened 5 years ago
Hi @Davenporten
Are you using OrientJS in Electron? or a normal Web app?
Thanks
Hi @wolf4ood thanks for taking a look at this.
It was running in just a normal web app. And over the weekend I installed orientjs@2.2.11 via npm, moved my code to a pure node instance, and things seem to be working. I don't know why these protocol dirs were missing and these other errors were occurring though when installing orientjs@latest.
Thanks!
I installed orientjs via npm and now have orientjs@3.0.8 on my project. In my code I have an import statement like
import OrientDB from 'orientjs';
Just to note, I'm running this on the WSL of my windows machine. I'm trying to use orientjs in a react app and when I start the app I get the following:
When I manually add in the protocol dirs from 2.2.11 those dependency errors go away. As for the others I'm not sure if they are on my end, but as I've tried to install needed packages the problems persist.