Herteby / graphical-grapher

Get an overview of all your Grapher links and Collection2 schemas, and create queries just by clicking (with live results)
MIT License
12 stars 2 forks source link

Error: Cannot find module 'simpl-schema' , in documentor.js #4

Closed ideiudicibus closed 6 years ago

ideiudicibus commented 6 years ago

Hi I've found this error: Error: Cannot find module 'simpl-schema'

quickly browsing the code I believe this error can be solved in documentor.js

Herteby commented 6 years ago

I guess I assumed you already had simpl-schema installed. You need to install it like:

npm install --save simpl-schema
ideiudicibus commented 6 years ago

ok thanks got it