Jason Vanstone
Results
2
comments of
Jason Vanstone
> > It's still an issue: > > BigSur 11.1 > > npm -v 6.14 > > node -v 14.15.4 > > Got it running. The "const watchStyles" wasn't correctly...
> @jvanstone The fix mentioned by @chstappert worked for me. The watchStyles was set to `const watchStyles = './assets/css/**/*.scss';` whereas I'm putting all my scss files inside assets/scss so I...