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
I follow the user guide, wanna import sass in my project. After I change the npm scripts settings in package.json, I didn't new a .scss file in my project. Then npm start caused error.
@TomIsion I have raised this issue with node-sass-chokidar.
You can find it here
I am able to reproduce the issue, basically when there are no .scss files in the ./src folder the command you are running will throw a warning saying there are no input files, but then also throws an npm error. I'm assuming the behavior you were expecting was to get the warning without the npm error. I should be able to fix this this weekend, thanks for reporting this.
This issue has been resolved with the latest PATCH version of node-sass-chokidar.
Instead of raising an error, it now prints a simple warning saying to input files can be found. @TomIsion @Timer I think this can be closed.
Description
I follow the user guide, wanna import sass in my project. After I change the npm scripts settings in package.json, I didn't new a .scss file in my project. Then
npm start
caused error.But I new a .scss in src folder it works well. No errors anymore.
Expected behavior
I wanna even if I don't new a .scss file then
npm start
won't cause wrong.Environment
As the wrong info shows.
Then, specify:
Mac OSX
The text was updated successfully, but these errors were encountered: