Skip to content
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

Remove .rollupcache folder from npm package #520

Open
ghost opened this issue Mar 14, 2019 · 2 comments
Open

Remove .rollupcache folder from npm package #520

ghost opened this issue Mar 14, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 14, 2019

I'm submitting a bug report

  • Library Version:
    1.3.3

Please tell us about your environment:

  • Operating System:
    Windows 10

  • Node Version:
    8.12.0

  • NPM Version:
    6.4.1
  • JSPM OR Webpack AND Version
    webpack 4.29.6
  • Browser:
    all

  • Language:
    TypeScript 3.2.2

Current behavior:

The npm package contains a folder named .rollupcache, with subfolders and files. This causes on Windows a windows maximum path length exceeded when deleting.

See https://registry.npmjs.org/aurelia-validation/-/aurelia-validation-1.3.3.tgz

Expected/desired behavior:

Don't include the .rollupcache folder. It was not included in 1.3.1 version and previous ones.

See https://registry.npmjs.org/aurelia-validation/-/aurelia-validation-1.3.1.tgz

Also occurs in aurelia-dialog (aurelia/dialog#370).

  • What is the expected behavior?

I expect to not have a windows maximum path length exceeded when deleting as in versions 1.3.1 and previous.

  • What is the motivation / use case for changing the behavior?

The motivation is to not have a windows maximum path length exceeded when deleting as in versions 1.3.1 and previous and reduce package size.

@bigopon
Copy link
Member

bigopon commented Mar 14, 2019

@CedricMalfreytBL Thanks for filing this.

cc @EisenbergEffect doh, I missed this

@ghost
Copy link
Author

ghost commented Mar 14, 2019

No problem ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant