-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Cannot lookup for the global linked node_modules #20401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @nguyennb9 on June 8, 2017 5:24 How was this issue so far? |
From @nguyennb9 on September 7, 2017 1:36 Well, how can I do this manually? |
Moving over to TS. I gave this a quick try but also wasn't able to get a npm linked module to be picked up by intellisense |
Duplicate of #8760 |
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed. |
From @nguyennb9 on May 15, 2017 5:25
In my project, I create a lib module and linked it to the global module by command
npm link
: (https://docs.npmjs.com/cli/link). But in the editor, I cannot navigate to that module.Steps to Reproduce:
my_lib
, make it global bynpm link
Extra step is to check if it work correctly by
npm -g ls | grep my_lib
const my_lib = require('my_lib');
Copied from original issue: microsoft/vscode#26633
The text was updated successfully, but these errors were encountered: