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 I run npm ci my tests pass.
When I run npm install my tests fail.
I used npm list but they produced an almost identical list, it doesn't install a few dependencies that are resolved from github. These dependencies are not the cause of my failing test.
How can I work out the difference between the two installation algorithms?