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
documentationImprovements or additions to documentation
1 participant
Converted from issue
This discussion was converted from issue #2065 on November 29, 2024 17:15.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
In
package.json
there is a command nameddocument:data-attr
. Using this command on Windows results in this error.This happened because the value of
file
is:(with
/
)Value of
sep
is\
.So, doing this:
does give the expected result.
It seems like fast-glob returns linux like paths even on Windows.
The solution could be to remove
sep
and use/
instead.Beta Was this translation helpful? Give feedback.
All reactions