-
Notifications
You must be signed in to change notification settings - Fork 734
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
shell.exec('npm pack') painfully slow #885
Comments
Hmmm this wasn't slow with Can you also give us timing values for running |
with npm@v5, 2111.266ms for the same folder. |
Closing for now, but let me know if there's anything we need to do on the shelljs-side. Thanks for further investigation! |
Node version (or tell us if you're using electron or some other framework):
10.9.0
ShellJS version (the most recent version/Github branch you see the bug on):
0.8.2
Operating system:
Windows 10
Description of the bug:
With the version 6 of NPM, shell.exec('npm pack') or shell.exec('npm publish') became painfully slow.
Example ShellJS command to reproduce the error:
The text was updated successfully, but these errors were encountered: