Bastien-and-Gauvain / monorepo

A chrome extension to help recruiters 1-click export LinkedIn profiles in their Notion databases.
https://chromewebstore.google.com/detail/recruitivity/gahcfmlnmednhnbkifdoffblfffpeljf
3 stars 0 forks source link

🐛 fix(infra): Limit version of htmnano to be able to build for production #59

Closed GauvainThery closed 7 months ago

GauvainThery commented 7 months ago

Context

When trying to plasmo build I got this error: Could not resolve module "node:os" from "/Users/gauvainthery/Documents/perso/Bastien-and-Gauvain/monorepo/node\_modules/.pnpm/cosmiconfig@8.3.2\_typescript@5.2.2/node\_modules/cosmiconfig/dist/index.js"

Solution

This was solved thanks to this thread: https://github.com/parcel-bundler/parcel/issues/9224

Priority

Very High