Angular-cli: tarball tarball data for @angular/language-service@^6.0.0 seems to be corrupted

Created on 16 May 2018  路  3Comments  路  Source: angular/angular-cli

Versions

Angular CLI: 6.0.1
Node: 8.9.1
OS: win32 ia32
Angular:
...

Package                      Version
------------------------------------------------------
@angular-devkit/architect    0.6.1
@angular-devkit/core         0.6.1
@angular-devkit/schematics   0.6.1
@schematics/angular          0.6.1
@schematics/update           0.6.1
rxjs                         6.1.0
typescript                   2.7.2

Repro steps

  • tried to add angular cli globally with the command npm install -g @angular/cli
  • then tried to generate a new app in my project folder using command new ng .SPA

Observed behavior

npm WARN tarball tarball data for @angular/router@^6.0.0 (sha512-XqTtfs/UzT2k2MeVQG1pOP+wR1zcH8V71S6kmWIwFcfyKUgZfIm45sNsZyBZPwY2RUqwCeZYQFjPlVW8wD1PBw==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for @angular-devkit/build-angular@~0.6.1 (sha512-pXMjwdWkhEDAt3JVmwdpzwj+4KELsH6htP9W55vkjVHzPnq4Ps/w0mDzDifLsiV9u3FILTacu+X6foMfDJylzw==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for @angular/compiler-cli@^6.0.0 (sha512-6hupeihL+MKYbP0xvHZiaVpYVF1XAlLpI1aTVLUhpzgnR8vgXCwni9iJlr7BZFyicVgApn6l7Oh2xIvMWftYhw==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for @angular/platform-browser@^6.0.0 (sha512-iMBHckhknJ8Wfw9ZVloiw0WPZDtzQFLE2e7D42of7SgXuHloStXUchb0qLr6ZTZwTY0oBPSvDKgJJVmEjZUZvw==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for @angular/common@^6.0.0 (sha512-Yc3NnLGs1ltnDhUCOoMCQMRSkJv/sCv+jKx3uSdrvd8Y55APl2boZhZUK4WphPfWIkpvC7odpiLXAmnVgP6vcw==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for @angular/core@^6.0.0 (sha512-+ahJofKZFyaq0kLhKUOCa3Fo4WQ4mkMmYRqwFjKgjPupzPgMh0FkBsojuP1WiBd5KTIkv7U8B4sTziUxRDrKgg==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for @angular/animations@^6.0.0 (sha512-QoNJ/L0Xgtrj1KBp8wvxhHwRt+sQ5tBihWm82UbNgN82ZNnfNzQoAqtahbZN5AY7XFmGbDX+lVt3TdO8omXhmg==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for @angular/language-service@^6.0.0 (sha512-EznIei5QGv4Hv+RtfCnI8TQPW7gLZBw7LrGPXSbwV/CXfY11ziEsd/h1lBfN3Wch3soIOXs3Qqk3zx//MrBG/Q==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for @angular/http@^6.0.0 (sha512-BONrdNMKOaQdXiWnrCAaUiP1akf/nuUG6xm/PJe684SrgcqWHN4JJuwgMhGRGIZZCIKEWcIEaZSp+DbWqnj1kg==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for @angular/compiler@^6.0.0 (sha512-uKuM7dcTWwcElklT4E/tckp5fnGNUq4wDna3gZWO6fvc7FQK0SUU4l+A6C1d5YdCRgAsv6gxIrk3MxbSF9UwEw==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for @angular/router@^6.0.0 (sha512-XqTtfs/UzT2k2MeVQG1pOP+wR1zcH8V71S6kmWIwFcfyKUgZfIm45sNsZyBZPwY2RUqwCeZYQFjPlVW8wD1PBw==) seems to be corrupted. Trying one more time.
npm ERR! path C:\DiamondSearch\DiamondSearch-SPA\node_modules\.staging\@angular\platform-browser-c6e981fe\bundles\platform-browser.umd.min.js.map
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall unlink
npm ERR! Error: EPERM: operation not permitted, unlink 'C:\DiamondSearch\DiamondSearch-SPA\node_modules\.staging\@angular\platform-browser-c6e981fe\bundles\platform-browser.umd.min.js.map'
npm ERR!  { Error: EPERM: operation not permitted, unlink 'C:\DiamondSearch\DiamondSearch-SPA\node_modules\.staging\@angular\platform-browser-c6e981fe\bundles\platform-browser.umd.min.js.map'
npm ERR!   cause:
npm ERR!    { Error: EPERM: operation not permitted, unlink 'C:\DiamondSearch\DiamondSearch-SPA\node_modules\.staging\@angular\platform-browser-c6e981fe\bundles\platform-browser.umd.min.js.map'
npm ERR!      errno: -4048,
npm ERR!      code: 'EPERM',
npm ERR!      syscall: 'unlink',
npm ERR!      path: 'C:\\DiamondSearch\\DiamondSearch-SPA\\node_modules\\.staging\\@angular\\platform-browser-c6e981fe\\bundles\\platform-browser.umd.min.js.map' },
npm ERR!   stack: 'Error: EPERM: operation not permitted, unlink \'C:\\DiamondSearch\\DiamondSearch-SPA\\node_modules\\.staging\\@angular\\platform-browser-c6e981fe\\bundles\\platform-browser.umd.min.js.map\'',
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'unlink',
npm ERR!   path: 'C:\\DiamondSearch\\DiamondSearch-SPA\\node_modules\\.staging\\@angular\\platform-browser-c6e981fe\\bundles\\platform-browser.umd.min.js.map',
npm ERR!   parent: 'diamond-search-spa' }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator (though this is not recommended).
Please install it a

Desired behavior

Normally the message would be files added, but this seems to be not there

2018-05-16T10_49_28_812Z-debug.log

Most helpful comment

@tjpatange There's already an issue for this over at angular.

All 3 comments

@tjpatange There's already an issue for this over at angular.

Duplicate of #10884

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings