### Version v22.15.1 ### Platform ```text Microsoft Windows NT 10.0.26100.0 x64 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? 1. Create a folder with an accented name, e.g. Óscar. 2. Initialize NPM and add a script in the package.json file with name _dev_ 3. Execute `node --run dev`  ### How often does it reproduce? Is there a required condition? Each time I attempt to run the command in any shell from a directory whose path contains accented characters ### What is the expected behavior? Why is that the expected behavior? To effectively run the script defined in package.json, as stated in the [official documentation](https://nodejs.org/en/learn/command-line/run-nodejs-scripts-from-the-command-line/#passing-arguments-to-the-command) ### What do you see instead? Can't find package.json for directory C:\Users\Ëscar Miras\Documents\IronHack2025\lab-express-mongoose-recipes-v2-1 ### Additional information _No response_