maciejtreder / ng-toolkit

:star: Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more
https://www.angular-universal-pwa.maciejtreder.com
MIT License
1.12k stars 156 forks source link

ng add @ng-toolkit/universal shows Not Found: @ng-toolkit/_utils@1.1.45 #501

Open Ismaestro opened 6 years ago

Ismaestro commented 6 years ago

I'm submitting a...


[X] Bug report  
[ ] Feature request
[ ] Documentation issue or request

In package


[ ] @ng-toolkit/init
[ ] @ng-toolkit/serverless
[X] @ng-toolkit/universal
[ ] @ng-toolkit/pwa
[ ] @ng-toolkit/firebug

Current behavior

Installation goes wrong...

Expected behavior

Not to fail

Minimal reproduction of the problem with instructions

  1. Just run: ng add @ng-toolkit/universal

And then this appears:

Installing packages for tooling via npm.
npm ERR! code E404
npm ERR! 404 Not Found: @ng-toolkit/_utils@1.1.45

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/iramos/.npm/_logs/2018-11-04T20_02_47_435Z-debug.log
Package install failed, see above.
Package install failed, see above.

Example repository

https://github.com/Ismaestro/angular7-example-app

Environment




     _                      _                 ____ _     ___
    / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
   / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
  / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
 /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                |___/

Angular CLI: 7.0.4
Node: 8.11.2
OS: darwin x64
Angular: 7.0.2
... animations, cdk, common, compiler, compiler-cli, core, forms
... http, language-service, material, platform-browser
... platform-browser-dynamic, platform-server, router
... service-worker

Package                            Version
------------------------------------------------------------
@angular-devkit/architect          0.10.4
@angular-devkit/build-angular      0.10.4
@angular-devkit/build-ng-packagr   0.10.4
@angular-devkit/build-optimizer    0.10.4
@angular-devkit/build-webpack      0.10.4
@angular-devkit/core               7.0.4
@angular-devkit/schematics         7.0.4
@angular/cli                       7.0.4
@angular/fire                      5.1.0
@angular/flex-layout               7.0.0-beta.19
@ngtools/json-schema               1.1.0
@ngtools/webpack                   7.0.4
@schematics/angular                7.0.4
@schematics/update                 0.10.4
ng-packagr                         4.4.0
rxjs                               6.3.3
typescript                         3.1.3
webpack                            4.19.1

- Node version: v8.11.2
- Platform:  Mac


carlosviniciusln commented 5 years ago

Any answer? I have the same problem...

VZnode commented 5 years ago

Same problem here.