Jerry Orta

Results 2 comments of Jerry Orta

I removed `@types/express-session` from devDependencies, then ran `yarn install`. It worked. Yarn does a pretty good job of flattening dependencies. Since `@types/express-session` is a dependency of `@types/connect-mongo`, it's not needed...

Looks like you are using a PC. On a mac, you can add `ulimit -f [some high number]` in the .bash_profile or .zshrc file. Mine is set to `ulimit -f...