sqlhabit / sql_schema_visualizer

SQL schema visualisation built with ReactFlow.
https://sqlhabit.github.io/sql_schema_visualizer/
MIT License
167 stars 33 forks source link

Unable To Get it running, npm run install throws error #10

Closed dilkushpatel closed 6 months ago

dilkushpatel commented 6 months ago

When I run npm run install i get below error

npm ERR! Missing script: "install" npm ERR! npm ERR! Did you mean this? npm ERR! npm uninstall # Remove a package npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run

On npm run reset I get below error

sql_schema_visualizer@1.3.2 reset bin/reset

'bin' is not recognized as an internal or external command, operable program or batch file.

I'm running this on windows 11 cmd prompt

makaroni4 commented 6 months ago

Hey @dilkushpatel πŸ‘‹

Oh, great spot – it should be npm install πŸ™ˆ

Updated the README: https://github.com/sqlhabit/sql_schema_visualizer?tab=readme-ov-file#step-1-clone-and-set-up-the-repo πŸ™Œ

dilkushpatel commented 6 months ago

What about issue with npm run reset?

It looks like it is not working with window file structure?