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
Create a directory with a name containing an umlaut character, e.g. lärm
Create a package.json file in it, with a test script.
Run node --run test
How often does it reproduce? Is there a required condition?
OS has to be Windows, on Linux the issue is not reproducible
A pathname with an umlaut character in it.
What is the expected behavior? Why is that the expected behavior?
It should execute the test script in the package.json file.
What do you see instead?
D:\D\lärm>node --run test
Can't find package.json for directory D:\D\lõrm
Additional information
No response
The text was updated successfully, but these errors were encountered:
philSixZero
changed the title
--run CLI argument fails for directories containing umlaut character on windows--run CLI argument fails for path name with an umlaut character on windows
Dec 7, 2024
Version
22.12.0
Platform
Subsystem
No response
What steps will reproduce the bug?
lärm
package.json
file in it, with atest
script.node --run test
How often does it reproduce? Is there a required condition?
What is the expected behavior? Why is that the expected behavior?
It should execute the
test
script in the package.json file.What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: