Não estou conseguindo instalar NodeJs no Visual Studio Code

Instalei o Visual Studio Code e as duas versões de extensão do NodeJs pela Central de Aplicativos do Endless 3.0 pois preciso utilizar o NodeJs dentro do VSC.
Vi em um Fórum que era necessário baixar pelo Snap e aqui, vi que era pelo Flatpak. Entrei no site do Endless e lá há a informação de que não é necessário baixar o Flatpak porque já é integrado ao Endless 3.0. Minha pergunta é: “Já que não é mais pelo Snap e sim pelo Flatpak, qual linha de comando eu devo digitar no terminal para configurar o NodeJS para ser utilizado dentro do Visual Studio Code?”

Please attach the eos-diagnostic log file for any Endless OS problems, and a screenshot or camera image of the error message itself.

To generate an eos-diagnostic file:

  1. Open the application called ‘Terminal’. You can search for it by typing into the search bar on the desktop.
  2. In the Terminal, type the command: eos-diagnostics
  3. The above command will create a file with the information of your system (example: eos-diagnostic-160614_111731_UTC + 0100.txt); Send us this file so we can analyze it and seek a possible solution

To install the latest NodeJS on your system, follow the instructions in this thread:

You can install using the toolbox command. The Toolbox is a tool that offers a familiar RPM based environment for developing and debugging software that runs fully unprivileged using Podman. I recommend reading the toolbox command documentation using the command toolbox --help or github.com/debarshiray/toolbox/tree/master/doc

Create a new toolbox container using the command:

toolbox create --release f33

To run the toolbox use the command:

toolbox enter --release f33

Eu li as orientações contidas nesse link: https://community.endlessos.com/t/instalar-software/11852/4 e criei uma pasta (imagem) que quero remover. Como faço essa remoção? Não estou conseguindo executar os comandos de exclusão que estão no github https://github.com/debarshiray/toolbox/commit/2a099e8049a2f87290e9e71146c6ac98c8446fb6#diff-d93dadf40c52635071ec4880e1ec7928a698472a6b4b5081ec79103ae9b254f4R78. Estou apenas tentando começar a programar agora. Não entendo nada. Já vi que é muito difícil baixar para utilizar as ferramentas de desenvolvedor no Endless.
Por favor, seguem as imagens do que eu vi no github e tentei fazer no terminal. Eu quero deletar a toolbox que eu criei.!

To delete a toolbox, you have to use this command:

toolbox rm MyToolbox

Replace MyToolbox with the actual name of the toolbox. To list your currently created toolboxes, run:

toolbox list

There’s a good documentation on Toolbox and the related tools here: https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox/

Thnx! I did it according to what you suggested and displayed the name of the toolbox, but it was not possible to remove it (Remover_toolbox_semsucesso|690x285 ), as it informs that it does not exist. It looks like that link to the documentation has very interesting information.

In you specific case, use the following command to remove the toolbox:

toolbox rm --force fedora-toolbox-29

Thank you again. Unfortunately, nothing happened.

Please write the entire command in the terminal. In your screenshots many commands are truncated.

I just wanted to show that with a sequence of actions that: with the command a toolbox still existed and that even typing the command <rm --force>, nothing happened and to confirm it, I typed it again to verify that the toolbox has not been removed.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.