whoiskatrin / sql-translator

SQL Translator is a tool for converting natural language queries into SQL code using artificial intelligence. This project is 100% free and open source.
https://www.sqltranslate.app/
MIT License
4.19k stars 358 forks source link

npm run build failed #44

Closed parkerqian closed 1 year ago

parkerqian commented 1 year ago

npm install

npm run build ,and got the failure

image
parkerqian commented 1 year ago

npm -v :6.14.4

whoiskatrin commented 1 year ago

@parkerqian just tried and had a successful build, could you try again? make sure you have every dependency installed correctly

parkerqian commented 1 year ago

@parkerqian just tried and had a successful build, could you try again? make sure you have every dependency installed correctly

This may be caused by the version of Node.js. I will try again later. Thank you.