IntelliJ is not allowing to include node_modules folder
Hi,
I am using Intellij Ultimate 2019.1. When I opened any of my web applications, I noticed node_modules folder is automatically being excluded. I tried to unexclude it but it is not working. I googled and did following
- Added it as javascript library
- Confirmed that it node_modules is not there in Editor => FileTypes => Ignore Files & Folder
- Verified Vue.js plugin is not installed.
But nothing helps. Can you let me know how to resolve it? Due to this I am not able to navigate to any of the library code
Please sign in to leave a comment.
Please try removing it and re-running "npm install".