You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example use case: navigating node_modules and entering a directory created via npm link.
Error given:
cannot open file:///.../node_modules/.../shared-web. Detail: Unable to read file '/.../node_modules/.../shared-web' (Error: Unable to read file '/...node_modules/.../shared-web' that is actually a directory)
The text was updated successfully, but these errors were encountered:
Trying to access a symlink throws an error.
Example use case: navigating node_modules and entering a directory created via
npm link
.Error given:
The text was updated successfully, but these errors were encountered: