5 comments

Please specify IDEA version/OS or attach all the logs to the issue.

0

added to issue

once i deleted some big scratch files (used intellij's scratch plugin), the problem was gone

0

i also deleted sbt output files (target directory)
afer a recompilation, the problem reappeared. there must be an "evil file"... but the log doesn't tell me which one it is

0
Avatar
Permanently deleted user

I think you need to invalidate caches and restart intellij again : File -> Invalidate Caches / Restart -> Invalidate and Restart.

4

If you encounter this problem about node-sass, just `npm uninstall node-sass` then re-install it `npm i node-sass --save` again.

0

Please sign in to leave a comment.