1
resposta

Erro na execução do comando npm install [email protected] --save-exact

Bom dia, Estou fazendo o curso de Node.js Parte 1 Quando rodo o comando acima da o seguinte erro: gyp ERR! gypfind Python gypERR! ERR!find Python find Pythongyp Python is not set from command line or npm configuration gypERR! ERR! find Python Python is not set from command line or npm configuration find Python Python is not set from environment variable PYTHON gyp gyp ERR! ERR! find Python Python is not set from environment variable PYTHON find Python checking if "python" can be used gyp gyp ERR!ERR! find Pythonfind Python checking if "python" can be used

  • "python" is not in PATH or produced an error gypgyp ERR!ERR! find Pythonfind Python - "python" is not in PATH or produced an error checking if "python2" can be used gypgyp ERR!ERR! find Pythonfind Python checking if "python2" can be used
  • "python2" is not in PATH or produced an error gypgyp ERR!ERR! find Pythonfind Python - "python2" is not in PATH or produced an error checking if "python3" can be used Alguem pode me ajudar? Grato
1 resposta

Olá, como você está? Espero que esteja bem ^-^

Tente o seguinte:

  • Instale o Python em sua máquina e adicione o mesmo ao Path.
  • Execute: npm install sqlite3
  • E por fim, execute: npm install --global --production windows-build-tools para que algumas ferramentas de build sejam baixadas.

Qualquer dúvida é só falar, estou à disposição. Abraços e bons estudos!