snapshot icon indicating copy to clipboard operation
snapshot copied to clipboard

'debug' is listed as a devDependency, but is actually a dependency

Open devrelm opened this issue 3 years ago • 0 comments

Bug Report

  • @cypress/[email protected]
  • Mac
  • Expected behavior: Installing with Yarn 3 and PnP should successfully run @cypress/snapshot's postinstall script
  • Actual behavior: Installing with Yarn 3 and PnP gives the error:
    Error: @cypress/snapshot tried to access debug, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
    

devrelm avatar Mar 07 '22 22:03 devrelm