-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] v8.13.0 npm run <script> fails #5066
[BUG] v8.13.0 npm run <script> fails #5066
Comments
i encountered the same issue on my side i am running "npm run build" the package.config contains these values
when i change the colon into a dash everything works
|
sorry about that one, folks. the pull request linked above should fix the issue for you and we'll get that out in a new npm release soon |
Hi @nlf, I just installed [email protected] and I still encounter the failing scripts. Do we need to escape colons too, similar to spaces in your mentioned MR?
|
Same here, we ended up downgrading to a previous npm version. 8.13.1 didn't fix the problem for us either. |
Same here, this ticket should probably be re-opened. |
Reproduced it too, downgrade to version 8.12.2 helped. :) |
THIS IS HUGE! |
this got closed when the dependency was updated, when #5086 here lands and is published in a couple of days the new release takes care of the issue with |
I hope the fix will also work when a script name contains slashes e.g. |
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
The text was updated successfully, but these errors were encountered: