Open pomcho555 opened 1 year ago
This is the main issue behind this. For me, downgrading to plasmo v0.75.3, as a workaround, seems to be working. Mind this is not an ideal solution.
I have the same question? does this fixed??
Will likely need to wait until upstream fix the dependency... or would someone wanna try putting up a PR forking that htmlnano optimizer? :d...
I installed the latest (v0.83.0) and it's working (both dev and build tasks, using npm).
What happened?
When updating plasmo from 0.76.3 to 0.82.1, cosmiconfig is also updated from 8.2.0 to 8.3.2(typescript@5.1.6). And then I tried to build my extension though
pnpm build
after succession ofpnpm dev
. But I got the error belew while the build. BTW this error also came out withnpm
As the workaround I downgrade the plasma and cosmiconfig to previous version I used by manually hard-coding
package.json
andpnpm-lock.json
and it works somehow.I don't know where the root-cause comes from but at least cosmiconfig version may cause something wrong on my laptop.
NOTE: I'm using Apple silicon but no idea it matters.
Version
Latest
What OS are you seeing the problem on?
MacOSX
What browsers are you seeing the problem on?
Chrome
Relevant log output
No response
(OPTIONAL) Contribution
Code of Conduct