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
Modified install-dependencies to use a build specific npm cache directory.
export HOME=$WORKING_DIR
This is to prevent collsions for different builds using the shared ~/.npm directory for caching downloads. It means slower builds because it has to download all packages for each build, but will hopefully solve the problem.
We may still have to obliterate the cache if something gets corrupt, but I'll hold off on doing that until I see the problem
0 commit comments