Closed sukantamaikap closed 6 months ago
I've got the same issue. Following the setup instructions produced the same error.
@sukantamaikap thanks for the contribution! @tobyL05 & @sukantamaikap I will get to it this week!
Update soon.
Thanks again @sukantamaikap
@sukantamaikap @tobyL05 upgraded all dependencies to current version.
Issue
Out of the box
npm install
results in the below error:Though, running it with
--legacy-peer-deps
resolves it, bumping up the version of crxjs/vite-plugin seems to be a cleaner solution. This error seems to be not expected as per this thread in chrome-extension-tools' discussion. On the other hand this open issue seems to confirm the need.Changes Made:
^2.0.0-beta.23
.Testing
npm install
and confirmed the above error is resolved.npm run dev
and loaded the extension for a sanity test.npm run build
for sanity test.Disclaimer:
I'm quite new to node; my understanding of the ecosystem is quite superficial. Please correct me when and where I'm wrong.