KabaLabs / Cypress-Recorder

A dev tool that records user interaction with a web application and generates cypress code to allow the developer to replicate that particular session.
ISC License
658 stars 90 forks source link

Is manifest working correctly on windows? #169

Closed yusufpapurcu closed 2 years ago

yusufpapurcu commented 3 years ago

Hello I tried building extension on my development environment. And I got this error image

I think src/manifest.json is broken and I added ./images/ to the all icon files inside images. And this solution worked.

I just wonder Is this problem coming from windows or npm doesn't run correctly?