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
Check this if you would like to implement a PR, we are more than happy to help you go through the process.
Current and expected behavior
Current
% npx browserslist-useragent-regexp 'defaults'npx: installed 10 in 0.945sinternal/process/esm_loader.js:74 internalBinding('errors').triggerUncaughtException( ^Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'browserslist' imported from /Users/samuel.parkinson/.npm/_npx/5105/lib/node_modules/browserslist-useragent-regexp/dist/index.js at new NodeError (internal/errors.js:322:7) at packageResolve (internal/modules/esm/resolve.js:732:9) at moduleResolve (internal/modules/esm/resolve.js:773:18) at Loader.defaultResolve [as _resolve] (internal/modules/esm/resolve.js:887:11) at Loader.resolve (internal/modules/esm/loader.js:89:40) at Loader.getModuleJob (internal/modules/esm/loader.js:242:28) at ModuleWrap.<anonymous> (internal/modules/esm/module_job.js:76:40) at link (internal/modules/esm/module_job.js:75:36) { code: 'ERR_MODULE_NOT_FOUND'}
I think promoting the dev dependency on browserslist into a standard dependency would resolve this, that or updating the documentation to include installing the package globally first.
The text was updated successfully, but these errors were encountered:
Would you like to work on a fix?
Current and expected behavior
Current
Expected
Reproduction
N/A
browserslist-useragent-regexp version
v4.0.0
Possible solution
I think promoting the dev dependency on
browserslist
into a standard dependency would resolve this, that or updating the documentation to include installing the package globally first.The text was updated successfully, but these errors were encountered: