Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(Theia has a guide for extension development that might be helpful)

install node 8(for the version we refer to the Theia developer guide):

Code Block
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash
nvm install 810

Install python if you haven't (remember: Python 2: (thumbs up), Python 3: (thumbs down)).

...

... on windows:

Install node 8 for windows. I personally used the .msi. For the version refer to the Theia developer guide.

Use that to install windows-build-tools by executing the command in an administrative powershell.

...