Tamim468 / Monaco-LSP

Featuring a monaco editor with language client which connects the editor to luau language server from johnnymorganz!
4 stars 3 forks source link

Issues with getting it started #2

Open 0Zayn opened 1 year ago

0Zayn commented 1 year ago

I am on windows 11 and when I run "npm run dev" in the directory server it just gives this, and it ends up having monaco without any LSP when running localhost:3000

image

moleium commented 1 year ago

run npm install -g ts-node or npm install ts-node in the current directory