Solucionado (ver solução)
Solucionado
(ver solução)
7
respostas

Não consigo instalar o api na máquina

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.1 (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 ** gyp ERR! find Python gyp ERR! configure error gyp ERR! stack Error: Could not find any Python installation to use gyp ERR! stack at PythonFinder.fail (C:\Program Files\node_modules\npm\node_modules\node-gyp\lib\find-python.js:307:47) gyp ERR! stack at PythonFinder.runChecks (C:\Program Files\node_modules\npm\node_modules\node-gyp\lib\find-python.js:136:21) gyp ERR! stack at PythonFinder. (C:\Program Files\node_modules\npm\node_modules\node-gyp\lib\find-python.js:225:16) gyp ERR! stack at PythonFinder.execFileCallback (C:\Program Files\node_modules\npm\node_modules\node-gyp\lib\find-python.js:271:16) gyp ERR! stack at exithandler (child_process.js:310:5) gyp ERR! stack at ChildProcess.errorhandler (child_process.js:322:5) gyp ERR! stack at ChildProcess.emit (events.js:311:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:273:12) gyp ERR! stack at onErrorNT (internal/child_process.js:469:16) gyp ERR! stack at processTicksAndRejections (internal/process/task_queues.js:84:21) gyp ERR! System Windows_NT 10.0.18362 gyp ERR! command "C:\Program Files\node.exe" "C:\Program Files\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\Users\karoline.pinto\Downloads\api\node_modules\sqlite3\lib\binding\node-v72-win32-x64\node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=C:\Users\karoline.pinto\Downloads\api\node_modules\sqlite3\lib\binding\node-v72-win32-x64" "--napi_version=5" "--node_abi_napi=napi" gyp ERR! cwd C:\Users\karoline.pinto\Downloads\api\node_modules\sqlite3 gyp ERR! node -v v12.16.1 gyp ERR! node-gyp -v v5.0.5 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\node.exe C:\Program Files\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\karoline.pinto\Downloads\api\node_modules\sqlite3\lib\binding\node-v72-win32-x64\node_sqlite3.node --module_name=node_sqlite3 --module_path=C:\Users\karoline.pinto\Downloads\api\node_modules\sqlite3\lib\binding\node-v72-win32-x64 --napi_version=5 --node_abi_napi=napi' (1) node-pre-gyp ERR! stack at ChildProcess. (C:\Users\karoline.pinto\Downloads\api\node_modules\sqlite3\node_modules\node-pre-gyp\lib\util\compile.js:83:29) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:311:20) node-pre-gyp ER

7 respostas

Já li em outros topicos que precisa instalar o node versão 8, mas não entendi como fazer, se puder me ajudar, agradeço.

solução!

Fala ai Karoline, tudo bem?

Sobre o erro:

No projeto existe um arquivo chamado package-lock.json? Se sim, apague ele, apague a pasta node_modules e tente realizar a instalação novamente.

Sobre se comentário:

Já li em outros topicos que precisa instalar o node versão 8, mas não entendi como fazer, se puder me ajudar, agradeço.

Para controlar versões do Node em sua máquina, recomendo utilizar o NVM:

https://github.com/nvm-sh/nvm

Ele ajuda e facilita bastante o gerenciamento de versões Node.

Espero ter ajudado

Uso Mac e tive muitos problemas em tentar colocar a versão 8.

Uma dica: baixe o json-server da NPM.

Ele usa um arquivo json que você escreve e ele disponibiliza todos os métodos HTTP (GET, POST, DELETE, etc) para brincar. É uma api REST fake!

https://www.npmjs.com/package/json-server

Tive hoje o mesmo problema narrado pela KAROLINE.

A dica do Matheus de: apagar package-lock.json e a pasta node_modules além de realizar a instalação novamente.

Funcionou perfeitamente no meu caso. não precisou alterar a versão do node.

Boa Diogo, fico feliz que tenha resolvido o seu problema.

Obrigado pelo feedback.

Abraços e bons estudos.

Obrigada Matheus, deu certo, mas confesso que sempre que tem algum curso que vocês disponibilizam o zip do arquivo, normalmente por ser algumas versões anteriores, esse erro se torna muito comum e até meio complicado, eu sei que seria pedir demais, mas, poderia manter um repositório atualizado dos projetos, com as versões atuais? Pois vejo com certa frequência esse tipo de pergunta no fórum.

Magina Karoline, fico feliz que tenha dado certo.

Não sei se entendi bem seu ponto, quando você diz manter o repositório atualizado seria referente as bibliotecas que ele usa?

No caso, vou passar para o pessoal, pra gente não envia o node_modules e package-lock.json junto com os projetos, na maioria dos casos o problema de dependência são causados por eles.

O node_modules tenho quase certeza que já não enviamos, mas o package-lock.json acredito que estamos enviando junto, nesse caso teríamos que removê-lo.

Abraços e bons estudos.