Modify files in "library home" folder

I have "node_modules (library home)" folder. I can not modify file there. Is it possible to edit them in webstorm editor?

0
2 comments

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.

0

Please sign in to leave a comment.