Horje
gyp ERR! find Python Code Example
gyp ERR! find Python
npm --add-python-to-path='true' --debug install --global windows-build-tools
error: can't find python executable "python", you can set the python env variable.
apt-get update     
apt-get install python2.7    
ln -s /usr/bin/python2.7 /usr/bin/python 
gyp ERR! find Python
FROM node:alpine as build-stage
RUN apk add --no-cache python3 py3-pip make g++




Shell

Related
docker make container auto start Code Example docker make container auto start Code Example
shell script while loop example Code Example shell script while loop example Code Example
ionic capacitor v3 add android Code Example ionic capacitor v3 add android Code Example
unmount nfs Code Example unmount nfs Code Example
get current user debian Code Example get current user debian Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11