Matheus Rocha
Results
2
comments of
Matheus Rocha
I'm using NPM 7 and have successfully installed using the `--legacy-peer-deps` flag ```bash npm i gatsby-plugin-dark-mode --legacy-peer-deps ```
> > I've found that using `upx --best --ultra-brute` on the pkg executable after creation can decrease its size dramatically. > > Thanks for the tip! Unfortunately I tried it...