-
Notifications
You must be signed in to change notification settings - Fork 86
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
Installation fails if current path includes spaces #39
Comments
Anyone had a chance to look into this? It's a bit awkward of an issue for some of my users. |
This is an issue with When it's fixed there, I will update my dependency, if needed, and republish. |
Thank you @codeplea! |
Well, the I guess it could be fixed at any of those levels. Maybe we could fix it here with a simple regex that finds the unescaped line and adds quotes. I don't know. |
Would it be possible to fix this here, ensuring the parameter causing this is wrapped in quotes? That would eliminate the issue for anyone seeing it with this module. |
If you're in a folder where one of our parent folders contains a space in the name, tulind will fail to install. It's really easy to reproduce in a unix environment:
mkdir "test dir";
cd "test dir";
npm init -y;
npm install tulind;
Example error:
The text was updated successfully, but these errors were encountered: