4
respostas

Erro com SQL Lite na API

Estava tendo o erro abaixo ao tentar o comando "npm install" na API que mostro abaixo e para corrigir tive que instalar o sqllite primeiro dentro da pasta "npm install sqlite3" e depois o " npm install".

Acredito que o arquivo de download precisa de alguma correção.

sqlite3@4.0.0 install C:\Users\thiag\OneDrive\Documents\Projetos Estudo Alura\Angular Parte 1\api\node_modules\sqlite3> node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.0.0/node-v72-win32-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for sqlite3@4.0.0 and node@12.16.2 (node-v72 ABI, unknown) (falling back to source compile with node-gyp) gyp ERR! find Python gyp ERR! find Python Python is not set from command line or npm configuration gyp ERR! find Python Python is not set from environment variable PYTHON gyp ERR! find Python checking if "python" can be used gyp ERR! find Python - "python" is not in PATH or produced an error gyp ERR! find Python checking if "python2" can be used gyp ERR! find Python - "python2" is not in PATH or produced an error gyp ERR! find Python checking if "python3" can be used gyp ERR! find Python - "python3" is not in PATH or produced an error gyp ERR! find Python checking if the py launcher can be used to find Python 2 gyp ERR! find Python - "py.exe" is not in PATH or produced an error gyp ERR! find Python checking if Python is C:\Python27\python.exe gyp ERR! find Python - "C:\Python27\python.exe" could not be run gyp ERR! find Python checking if Python is C:\Python37\python.exe gyp ERR! find Python - "C:\Python37\python.exe" could not be run gyp ERR! find Python gyp ERR! find Python ** gyp ERR! find Python You need to install the latest version of Python. gyp ERR! find Python Node-gyp should be able to find and use Python. If not, gyp ERR! find Python you can try one of the following options: gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe" gyp ERR! find Python (accepted by both node-gyp and npm) gyp ERR! find Python - Set the environment variable PYTHON gyp ERR! find Python - Set the npm configuration variable python: gyp ERR! find Python npm config set python "C:\Path\To\python.exe" gyp ERR! find Python For more information consult the documentation at: gyp ERR! find Python https://github.com/nodejs/node-gyp#installation gyp ERR! find Python **

4 respostas

Fala ai Thiago, tudo bem? Tente realizar os seguintes passos:

  1. Apagar a pasta node_modules e o arquivo package-lock.json.
  2. Realizar a instalação das dependências novamente: npm i.
  3. Tente subir novamente: npm start.

Espero ter ajudado.

Olá Matheus,

Não funciona , somente quando eu instalo o SQL Lite primeiro e faço um npm install funciona.

Tive o mesmo problema. O problema foi solucionado apenas removendo o package-lock.js, a pasta node_modules e executando o comando: npm install.

Fala Thiago, realmente eu esqueci de adicionar o passo referente a instalação do sqlite, falha minha.

Fala Edson, sim, isso foi o primeiro passo conforme eu mencionei anteriormente, o maior problema na verdade é o package-lock, ele que trava umas versões e faz o problema ocorrer.

Abraços e bons estudos pessoal.

Quer mergulhar em tecnologia e aprendizagem?

Receba a newsletter que o nosso CEO escreve pessoalmente, com insights do mercado de trabalho, ciência e desenvolvimento de software