abhijithvijayan / web-extension-starter

🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
MIT License
2.03k stars 172 forks source link

Migrate to yarn 2.0.0 #18

Closed abhijithvijayan closed 4 years ago

abhijithvijayan commented 4 years ago

https://yarnpkg.com/advanced/migration

abhijithvijayan commented 4 years ago

Maybe use yarn 1 for now with specifying the version legacy to use instead of berry and slowly migrate to yarn 2

abhijithvijayan commented 4 years ago

Currently, the repo is set to use yarn v1 (with yarn 2 in local machine) It is said that this is backward compatible.

currently, node_modules is being created when run with yarn2 as set by option

abhijithvijayan commented 4 years ago

https://github.com/abhijithvijayan/web-extension-starter/issues/21#issuecomment-581050750