brocessing / kirby-webpack

:muscle: A Kirby CMS starter-kit with modern frontend tools
MIT License
179 stars 23 forks source link

yarn 1.7 #42

Closed bnomei closed 6 years ago

bnomei commented 6 years ago

i did run into an issue with yarn after unboiling kirby-webpack 0.8.

https://github.com/yarnpkg/yarn/issues/5727#issuecomment-386108534

had to do this

rm yarn.lock
yarn install
leoternoir commented 6 years ago

Indeed we noticed issues with the yarn.lock file. Your workaround works fine for now, but we will release a lock-free version very soon.

pqml commented 6 years ago

yarn.lock / package-lock.json are now removed from the repo