gyp err! trouver Python
npm --add-python-to-path='true' --debug install --global windows-build-tools
Long Loris
npm --add-python-to-path='true' --debug install --global windows-build-tools
apt-get update
apt-get install python2.7
ln -s /usr/bin/python2.7 /usr/bin/python
FROM node:alpine as build-stage
RUN apk add --no-cache python3 py3-pip make g++