node_modules are automatically added to javascript libraries in WebStorm. And library files are read-only there
(it was done to prevent users from making accidental modifications to external files). http://youtrack.jetbrains.com/issue/WEB-1065 requires making the current behavior optional. You are welcome to vote for it
Note that since WebStorm 9 EAP you can remove node_modules from javascript libraries.
node_modules are automatically added to javascript libraries in WebStorm. And library files are read-only there
(it was done to prevent users from making accidental modifications to external files).
http://youtrack.jetbrains.com/issue/WEB-1065 requires making the current behavior optional. You are welcome to vote for it
Note that since WebStorm 9 EAP you can remove node_modules from javascript libraries.
ok, thank you)