We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I executed
Expected I get examples page from which I can browse graphs
Actual I get 404 not found
Potential resolve Add to package.json -> scripts -> build -> tsc && webpack, not just tsc
tsc && webpack
tsc
The text was updated successfully, but these errors were encountered:
Did you have a look at https://github.com/memgraph/orb#development or run install/build/serve instinctively?
install/build/serve
The suggestion makes sense -> npm run build to both build and pack the library.
npm run build
Sorry, something went wrong.
Interesting, I thought it was like that in the development section (which I obviously hadn't followed, and it yields the correct results).
No branches or pull requests
I executed
Expected
I get examples page from which I can browse graphs
Actual
I get 404 not found
Potential resolve
Add to package.json -> scripts -> build ->
tsc && webpack
, not justtsc
The text was updated successfully, but these errors were encountered: