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
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
I have mostly been using yarn as my node package manager on recent projects. When I originally pulled this down, I ran yarn install without even thinking about it. After realizing this was set up with npm, I ran npm install instead. Npm is much slower for me than yarn.
Proposed solution
Run yarn install to generate yarn.lock and add that file.