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
Running Cypress gives the following error after upgrading to cypress-tags:1.1.1.
Reverting to 1.1.0 works as expected.
% yarn install
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed in 0s 263ms
➤ YN0000: ┌ Fetch step
➤ YN0013: │ cypress-tags@npm:1.1.1 can't be found in the cache and will be fetched from the remote registry
➤ YN0019: │ cypress-tags-npm-1.1.0-e0c1a52a34-c2f5174f17.zip appears to be unused - removing
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: Done in 0s 617ms
% yarn test
Couldn't find tsconfig.json. tsconfig-paths will be skipped
Your configFile threw an error from: /.../cypress.config.ts
The error was thrown while executing your e2e.setupNodeEvents() function:
Error: Cannot find module '/.../node_modules/cypress-tags/dist/index.js'. Please verify that the package.json has a valid "main" entry
at tryPackage (node:internal/modules/cjs/loader:364:19)
at Function.Module._findPath (node:internal/modules/cjs/loader:577:18)
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:942:27)
at Function.Module._resolveFilename.sharedData.moduleResolveFilenameHook.installedValue [as _resolveFilename] (/.../Library/Caches/Cypress/10.8.0/Cypress.app/Contents/Resources/app/node_modules/@cspotcode/source-map-support/source-map-support.js:811:30)
...
The text was updated successfully, but these errors were encountered:
Running Cypress gives the following error after upgrading to cypress-tags:1.1.1.
Reverting to 1.1.0 works as expected.
The text was updated successfully, but these errors were encountered: