Open shravanrai opened 5 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.
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.
is Kataliun supported in ubunto?
What are the steps to start server?