You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR node-tar uses fstream in such a way that endChown is called with a uid that doesn't exist. In a docker container where we are root, this causes downstream issues like meteor/meteor#4566 and jspm/jspm#1902.
See isaacs/node-tar#39.
TL;DR node-tar uses fstream in such a way that endChown is called with a uid that doesn't exist. In a docker container where we are root, this causes downstream issues like meteor/meteor#4566 and jspm/jspm#1902.