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
While we run index.js in directory /workspace with NODE_PRIORITIZED_PATH set to /vendor, /workspace/node_modules/lru-cache would still be used but not /vendor/lru-cache. This behavior is not as aligned with document, in which NODE_PRIORITIZED_PATH is preceding node_modules folder under current working directory.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.64. Please mark this comment with 👍 or 👎 to give our bot feedback!
Suppose we have following structure:
While we run
index.js
in directory/workspace
withNODE_PRIORITIZED_PATH
set to/vendor
,/workspace/node_modules/lru-cache
would still be used but not/vendor/lru-cache
. This behavior is not as aligned with document, in whichNODE_PRIORITIZED_PATH
is precedingnode_modules
folder under current working directory.The text was updated successfully, but these errors were encountered: