Tuch/angular-dnd

npm cache clear breaks on npm5+

Petah opened this issue · 1 comments

Petah commented

Get an error trying to install on npm5+

As of npm@5, the npm cache self-heals from corruption issues and data extracted from the cache is guaranteed to be valid. If you want to make sure everything is consistent, use 'npm cache verify' instead.

Still seeing this problem. Does it make sense to update package version number to avoid any caching problems?