Open radzhome opened 5 years ago
I don't see how having a package-lock.json
inside drf-yasg
affects gulp/npm in your top-level project? Could you provide more details?
I think its just interfering deps, here is my docker image https://hub.docker.com/layers/pmdigital/3.7-alpine-dcs-base/1.2.2/images/sha256-404608c6c79bd559c5293eeb826c4aaed0f7732b64d927bfa9ca89b60be03aa2?context=explore
I'm assuming that
package-lock.json
should not be included. When I adddrf_yasg
toINSTALLED_APPS
insettings.py
(this project has its ownpackage.json
andpackage-lock.json
. Now when I run gulp build it fails with the following:Followed by a bunch of these errors:
Here is my package deps:
This only seems to be happening when I install the package in a docker container (so not using virtualenv) and the os is alpine linux. Can only reproduce in the container, it seems to e fine locally on osx.