Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
I am unable to run scripts defined in my package.json. npm run <script> outputs The filename, directory name, or volume label syntax is incorrect. (translated from german 'Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.')
Downgrading to v8.12.2 for now as scripts are able to run using this npm version.
Expected Behavior
All scripts should run without an error.
Steps To Reproduce
- Install the latest npm version 8.13.0 globally
- Run any script defined in your package.json
- See error:
The filename, directory name, or volume label syntax is incorrect. (translated from german 'Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.')
Environment
- npm: 8.13.0
- Node.js: 16.15.1
- OS Name: Windows 10
- System Model Name: HP ZBook
- npm config:
; "builtin" config from C:\Users\[retracted]\AppData\Roaming\npm\node_modules\npm\npmrcprefix = "C:\\Users\\[retracted]\\AppData\\Roaming\\npm"; "user" config from C:\Users\[retracted]\.npmrc[retracted]:registry = "[retracted]"[retracted]:registry = "[retracted]"[retracted]registry = "[retracted]"; node bin location = C:\Program Files\nodejs\node.exe; node version = v16.15.1; npm local prefix = [retracted]; npm version = 8.13.0; cwd = [retracted]; HOME = C:\Users\[retracted]; Run `npm config ls -l` to show all defaults.
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
I am unable to run scripts defined in my package.json.
npm run <script>outputsThe filename, directory name, or volume label syntax is incorrect.(translated from german 'Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.')Downgrading to v8.12.2 for now as scripts are able to run using this npm version.
Expected Behavior
All scripts should run without an error.
Steps To Reproduce
The filename, directory name, or volume label syntax is incorrect.(translated from german 'Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.')Environment