-
Notifications
You must be signed in to change notification settings - Fork 53
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
npm error occurs because this package includes .git file #93
Comments
If anyone crashes with that error until the issue is resolved, |
NPM should ignore |
Is there a fix for this? Just trying to use this in ci and it's causing some issues. Thanks |
Seems like it can be fixed by having an .npmignore file but as @katafractari says it should be ignored by default. It's been fixed here in another lib by doing the above though. |
Hi @Mantisimo, There is no updates ... The last modification of this repository is 2month ago.. Would It better If I create PR to this? Edit +
|
@Hwan-seok you could create a pr.. i've found something else interesting.. |
Thanks for sharing this. From what @Mantisimo this might also be a scenario of a symbolic link which looks outside of this package. |
Thanks @diogogvhenriques #94 seems to have fixed the issue for me. Thanks for the fast update 👍 🥇 |
glad to hear that closing the issue |
This package have .git file in node_modules installed via npm
So it invokes following error
It must not be in distributed pacakge
Here is error log
env:
windows 10
npm : 6.12.0
The text was updated successfully, but these errors were encountered: