“GYP ERR! Encontre Python” Respostas de código

GYP ERR! Encontre Python

npm --add-python-to-path='true' --debug install --global windows-build-tools
Long Loris

Erro: Não é possível encontrar o executável do Python "Python", você pode definir a variável Python Env.

apt-get update     
apt-get install python2.7    
ln -s /usr/bin/python2.7 /usr/bin/python 
Auuntoo

GYP ERR! Encontre Python

FROM node:alpine as build-stage
RUN apk add --no-cache python3 py3-pip make g++
DreamCoder

Respostas semelhantes a “GYP ERR! Encontre Python”

Perguntas semelhantes a “GYP ERR! Encontre Python”

Procure respostas de código populares por idioma

Procurar outros idiomas de código