bahmutov / add-typescript-to-cypress

Quickly adds TypeScript spec support to Cypress
https://github.com/bahmutov/test-add-typescript-to-cypress
107 stars 6 forks source link

When installing via pnpm I get Cannot find "cypress" folder #124

Open inspiraller opened 2 years ago

inspiraller commented 2 years ago

Error:

@bahmutov/add-typescript-to-cypress postinstall$ node src/add-plugin.js Cannot find "cypress" folder in C:\baps\react_all\tmd-test-webpack\node_modules.pnpm\@bahmutov+add-typescript-to-cypress@2.1.2_typescript@4.4.4+webpac │ Please scaffold Cypress folder by opening Cypress once │ and then installing this package again │ See: https://github.com/bahmutov/add-typescript-to-cypress/issues/3

- version -

instal pnpm i bahmutov/add-typescript-to-cypress -D

- expected behavior

- actual behavior

I also tried removing

and running cypress open pnpm run cypress open

then trying to install, and still fails