Hi -
I’ve futzed a bit with the theme and now when I run yarn dev
Webpack doesn’t seem to watch for changes in the packages folder. A bit hard to debug because webpack is buried in frontity. Any ideas? Seen this before?
Hi -
I’ve futzed a bit with the theme and now when I run yarn dev
Webpack doesn’t seem to watch for changes in the packages folder. A bit hard to debug because webpack is buried in frontity. Any ideas? Seen this before?
Seems to be related to yarn vs. npm. re-rerunning npm install and npx frontity dev seems to fix it. Not really sure why though…
Hi @mayer.georgep !
So, did re-running the npm install
and npx frontity dev
fix your problem or is it still persisting?
Yes, we are aware of the problem. Sorry about that. Yarn and npm are not consistent regarding local packages.
You can track the fix here: Support for yarn