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 Jun 28, 2025. It is now read-only.
this used to work in 0.0.8 and airbnb-js-shims was in that list there
require.resolve("airbnb-js-shims") shouldn't work from this file in pnpm, based on my understanding of node module resolution and pnpm. It is resolving, so something is wrong with my understanding
Manually installing airbnb-js-shims fixes this error, but it is replaced with the next one down the list.