bahmutov / cypress-svelte-unit-test

Unit testing Svelte components in Cypress E2E test runner
162 stars 21 forks source link

[bug] - Error: Cannot find module 'rollup/dist/loadConfigFile' #180

Closed w3bappd3v closed 4 years ago

w3bappd3v commented 4 years ago

Seems windows only, just installed on mac and no issue.

Having to go into \node_modules\ @bahmutov\cy-rollup and do npm install to fix this

doing npm install manually for cy-rollup's own dependencies fixes error

w3bappd3v commented 4 years ago

After updating some other deps this seemed to go away suggesting not an issue with this package so closing.