jasonnutter / vscode-search-node-modules

Simple plugin for VS Code that allows you to quickly navigate the file inside your project's node_modules directory.
https://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules
MIT License
60 stars 17 forks source link

Search does not work #2

Closed tkestowicz closed 6 years ago

tkestowicz commented 7 years ago

Hi,

I installed this extension in VS Code 1.9.1 and when I select "search node_modules" command nothing happens (see #screen). It looks like it doesn't see node_modules folder or it is unable to list modules which sits there. Maybe there are too many packages (~750)?

image

jasonnutter commented 7 years ago

@tkestowicz Sorry for the delay in responding. This is likely due to the extension unable to access the node_modules folder (e.g. it doesn't exist). The next update will include better error handling for this.

I don't think the problem is the number of packages. I wonder if it might be a permissions issue? If not, can you tell what OS you are on? That and your package.json would be helpful to try to reproduce.