You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The npm package contains a folder named .rollupcache, with subfolders and files. This causes on Windows a windows maximum path length exceeded when deleting.
I'm submitting a bug report
1.3.3
Please tell us about your environment:
Operating System:
Windows 10
Node Version:
8.12.0
6.4.1
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).
I expect to not have a windows maximum path length exceeded when deleting as in versions 1.3.1 and previous.
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.
The text was updated successfully, but these errors were encountered: