Skip to content

Replies

0
Jesus Padilla
Jesus Padilla answered on Jun 24, 2020 4:40 PM

Thank you! it works, for now I am able to upgrade in an existing project

0
Jesus Padilla
Jesus Padilla answered on Jun 22, 2020 4:35 PM

I can´t see it

0
Jesus Padilla
Jesus Padilla answered on Jun 19, 2020 5:03 PM

I was trying with an existing app, but then I try building a new one from zero using "schematics" but I get the same result

this is the log for a new app:

PS C:\Temp\angular-test> ng new myapp2 –style=scss
CREATE myapp2/angular.json (3654 bytes)
CREATE myapp2/.editorconfig (274 bytes)
CREATE myapp2/.gitignore (631 bytes)
CREATE myapp2/browserslist (429 bytes)
CREATE myapp2/karma.conf.js (1018 bytes)
CREATE myapp2/tsconfig.app.json (210 bytes)
CREATE myapp2/tsconfig.spec.json (270 bytes)
CREATE myapp2/src/favicon.ico (948 bytes)
CREATE myapp2/src/index.html (292 bytes)
CREATE myapp2/src/main.ts (372 bytes)
CREATE myapp2/src/polyfills.ts (2835 bytes)
CREATE myapp2/src/styles.scss (80 bytes)
CREATE myapp2/src/test.ts (753 bytes)
CREATE myapp2/src/assets/.gitkeep (0 bytes)
CREATE myapp2/src/environments/environment.prod.ts (51 bytes)
CREATE myapp2/src/environments/environment.ts (662 bytes)
CREATE myapp2/src/app/app-routing.module.ts (246 bytes)
CREATE myapp2/src/app/app.module.ts (393 bytes)
CREATE myapp2/src/app/app.component.html (25757 bytes)
CREATE myapp2/src/app/app.component.spec.ts (1059 bytes)
CREATE myapp2/src/app/app.component.ts (211 bytes)
CREATE myapp2/src/app/app.component.scss (0 bytes)
CREATE myapp2/e2e/protractor.conf.js (808 bytes)
CREATE myapp2/e2e/tsconfig.json (214 bytes)
CREATE myapp2/e2e/src/app.e2e-spec.ts (639 bytes)
CREATE myapp2/e2e/src/app.po.ts (301 bytes)
√ Packages installed successfully.
"git" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
PS C:\Temp\angular-test\myapp2> ng –version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
|___/

Angular CLI: 9.1.9
Node: 10.15.3
OS: win32 x64

Angular: 9.1.11
… animations, common, compiler, compiler-cli, core, forms
… platform-browser, platform-browser-dynamic, router
Ivy Workspace: Yes

Package Version
———————————————————–
@angular-devkit/architect 0.901.9
@angular-devkit/build-angular 0.901.9
@angular-devkit/build-optimizer 0.901.9
@angular-devkit/build-webpack 0.901.9
@angular-devkit/core 9.1.9
@angular-devkit/schematics 9.1.9
@angular/cli 9.1.9
@ngtools/webpack 9.1.9
@schematics/angular 9.1.9
@schematics/update 0.901.9
rxjs 6.5.5
typescript 3.8.3
webpack 4.42.0

PS C:\Temp\angular-test\myapp2> npm adduser –registry=packages.infragistics.com/…/ –scope=@infragistics –always-auth
Username: (charmer_ppp!!hotmail.com)
Password: (<default hidden>)
Email: (this IS public) (charmer_ppp@hotmail.com)
Logged in as charmer_ppp!!hotmail.com to scope @infragistics on packages.infragistics.com/…/.
PS C:\Temp\angular-test\myapp2> npm install @infragistics/igniteui-angular
npm ERR! code E404
npm ERR! 404 Not Found – GET packages.infragistics.com/…/igniteui-angular-9.1.2.tgz
npm ERR! 404
npm ERR! 404 '@infragistics/igniteui-angular@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\charm\AppData\Roaming\npm-cache\_logs\2020-06-19T16_58_21_183Z-debug.log
PS C:\Temp\angular-test\myapp2>