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
When performing npx typac -s memory-cache I noticed there is first an npm install --save memory-cache then after an npm install --save @types/memory-cache.
This process can be sped up nearly 2x by performing npm install --save memory-cache @types/memory-cache.