-
Notifications
You must be signed in to change notification settings - Fork 16
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
Extra folders with package.json/files #40
Comments
Hi @unional, sorry to hear that you've still issues with that. Actually it's not really recommended to use the Anyhow this issue sound like a duplicate of #33 or is it a different question? Also it seems like the issue jspm/jspm-cli#1699 is still open. |
It is a bit different as #33 is about the whole repo remains after install. Now seems like the files are removed but not the folders.
Does npm do the same thing? |
I see, but as the whole processing / filtering of the files is happing within the core of jspm you've to file this issue there as well. jspm-git just downloads the repository and reads out the package.json but the rest is done by jspm itself.
As far as I know yes. It just downloads a tar archive and then in a later step it applies the files filter. But usually you run a |
As I configure:
When I install the package
jspm i bit:abc
(bit
is my registry), all folders in the git repo are created:Those folders are correctly empty thou.
Also tried
with same result.
The text was updated successfully, but these errors were encountered: