PC:Windows 10 V1607.
PhpStorm 2016.3.2
Build #PS-163.10504.2, built on December 20, 2016
JRE: 1.8.0_112-b15 amd64
JVM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation
- I have already mark "node_modules" as Resource Root in setting.
- I have cleaned the IDE (PhpStorm) cache and reindex files.
resources/assets/sass/app.scss which was built with Laravel still get the inspection "can not resolve the directory "node_modules"".
// Bootstrap
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap"; // can't resolve the directory by IDE.
node_modulesdirectory. Does changing the resource root to be the root of your application fix the issue?