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
e0829f6 appears to open up a problem on Windows. When using Git bash I work on n:\. npm, however, installs modules into c:\. This leads to the following problem:
e0829f6 appears to open up a problem on Windows. When using Git bash I work on
n:\
. npm, however, installs modules intoc:\
. This leads to the following problem:The problem is this: https://github.com/isaacs/node-glob/blob/master/glob.js#L326-L328
I tried printing the prefix before and after this
if
:When going back to the code as it was before e0829f6, ie
if (prefix.charAt(0) === "/" && !this.nomount) {
the code returns as expected:The text was updated successfully, but these errors were encountered: