You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2019. It is now read-only.
I'm on Windows. And I didn't get this error before, but now I do. I get this error when running npm run dev and npm run watch:
ERROR in ./src/js/index.js
jscs results in errors
validateLineBreaks @ line 1 char 13
validateLineBreaks: Invalid line break
ERROR in ./src/js/index.js
Module build failed: Error: Module failed in cause of jscs error.
at Object.checkSource (C:\Users\mozilla\projects\puppets\node_modules\jscs-loader\index.js:116:13)
at Object.<anonymous> (C:\Users\mozilla\projects\puppets\node_modules\jscs-loader\index.js:140:19)
at Object.<anonymous> (C:\Users\mozilla\projects\puppets\node_modules\jscs-loader\index.js:47:14)
at respond (C:\Users\mozilla\projects\puppets\node_modules\rcfinder\index.js:140:7)
at next (C:\Users\mozilla\projects\puppets\node_modules\rcfinder\index.js:164:16)
at _combinedTickCallback (internal/process/next_tick.js:73:7)
at process._tickCallback (internal/process/next_tick.js:104:9)