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
If I try to install this package using npx with the -p flag I get an error saying Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@mswjs/interceptors' imported from
For example:
npx -p @mswjs/interceptors -p @babel/core -p @babel/node babel-node
Wherein the -p packages are installed as dependencies, and the final babel-node is calling the package executable. Other packages work such as babel, dotenv etc but for some reason this package does not. Any idea why?
The text was updated successfully, but these errors were encountered:
If I try to install this package using npx with the
-p
flag I get an error sayingError [ERR_MODULE_NOT_FOUND]: Cannot find package '@mswjs/interceptors' imported from
For example:
npx -p @mswjs/interceptors -p @babel/core -p @babel/node babel-node
Wherein the -p packages are installed as dependencies, and the final
babel-node
is calling the package executable. Other packages work such as babel, dotenv etc but for some reason this package does not. Any idea why?The text was updated successfully, but these errors were encountered: