Run Project locally to start contributing #1159
-
I find this project interesting cause I am using it and I would like to contribute, but quite frankly I am new to typescript. I would appreciate it if someone can help me build this project on my local machine(macos). I tried to search for documentation about the development local setup but did not find it. I tried using npm install but I am getting yarn errors. If anyone helps me I would be glad to do my first contribution by documenting the procedure of how to build the project. Node version: 18.12.1 Errors after executing
I did |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I just got this working. first install yarn, and node. (it didnt work with node >=18 for me, I had to use node 16)
then run
Docs here: https://vscode-sqltools.mteixeira.dev/en/contributing/building |
Beta Was this translation helpful? Give feedback.
I just got this working.
first install yarn, and node. (it didnt work with node >=18 for me, I had to use node 16)
npm i -g yarn
then run
Docs here: https://vscode-sqltools.mteixeira.dev/en/contributing/building