Skip to content

jspw/Bugs-In-My-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bugs In My Life

I will add bugs and solutions here that I have faced in my Software Engineering Life (which is too small just like your dick :3)

Docker

Problem Or Error

gyp ERR! find Python on node alpine image (specially on node:14-alpine)

How to produce

sample dockerfile and package.json file Also can check the log : termianl log

Solution

add RUN apk add --no-cache python3 py3-pip make g++ before npm install command.

Explanation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published