katalon-studio / katalium-vscode-extension

Other
6 stars 3 forks source link

command 'kata.startServer' not found #1

Open shravanrai opened 5 years ago

shravanrai commented 5 years ago

is Kataliun supported in ubunto?

What are the steps to start server?

alexandrupetrini commented 4 years ago

Hi there, I am a Linux user, so not a developer. I confirm Katalium framework extension does not work on Ubuntu. However I have found a solution:

After installing the extension, go to the extension folder: ~/.vscode/extensions/katalon-llc.katalium-1.0.5 (for Visual Studio Code) ~/.vscode-oss/extensions/katalon-llc.katalium-1.0.5 (for VSCodium)

and run: npm install

npm run compile

npm run lint (optional, I think)

Be sure to have node installed and to restart vscode or reload you vscode window.

image

HoangNguyen17193 commented 4 years ago

I think it is related to the node_modules folder. Sometimes, Ubuntu machines cannot install VScode extension dependencies automatically. When I package this extension, the node_modules folder wasn't included. @devalex88 Pls try to remove exclude "node_modules" (tsconfig.json file) and repackage this extension. Hope it can resolve this issue.