-
Notifications
You must be signed in to change notification settings - Fork 0
/
Play.txt
98 lines (91 loc) · 3.4 KB
/
Play.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Posicionarse
cd FrontEnd
Para instalar el ambiente
npm install
Para iniciar el proyecto
ng serve
Para compilar el proyecto
ctrl + s
Para actualizar el proyecto en la nube
Warnings de actualizacion
npm WARN deprecated popper.js@1.16.1:
You can find the new Popper v2 at @popperjs/core,
this package is dedicated to the legacy v1
Estado app
22 vulnerabilities (8 moderate, 10 high, 4 critical)
npm audit fix
9 vulnerabilities (5 moderate, 2 high, 2 critical)
npm audit fix
Salir del proyecto
ctrl + c
Version Node.js
ng version
nvm version o descargar nvm : https://github.com/coreybutler/nvm-windows/releases
nvm list
nvm install 20.2.0 (ultima)
nvm use 20.2.0
desinstalar para una anterior e instalar la version deseada
Dependencias
chequear version
ng update @angular/core@18 @angular/cli@18
Version Angular
Ejecutar como administrador PowerShell
npm version
npm uninstall -g @angular/cli
npm cache verify
npm cache clean --force
npm install -g @angular/cli17
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@angular/cli@17.3.8',
npm WARN EBADENGINE required: {
npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6 || >=8.0.0',
npm WARN EBADENGINE node: '^18.13.0 || >=20.9.0',
npm WARN EBADENGINE yarn: '>= 1.13.0'
npm WARN EBADENGINE },
npm WARN EBADENGINE current: { node: 'v16.16.0', npm: '9.8.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@angular-devkit/architect@0.1703.8',
npm WARN EBADENGINE required: {
npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6 || >=8.0.0',
npm WARN EBADENGINE node: '^18.13.0 || >=20.9.0',
npm WARN EBADENGINE yarn: '>= 1.13.0'
npm WARN EBADENGINE },
npm WARN EBADENGINE current: { node: 'v16.16.0', npm: '9.8.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@angular-devkit/core@17.3.8',
npm WARN EBADENGINE required: {
npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6 || >=8.0.0',
npm WARN EBADENGINE node: '^18.13.0 || >=20.9.0',
npm WARN EBADENGINE yarn: '>= 1.13.0'
npm WARN EBADENGINE },
npm WARN EBADENGINE current: { node: 'v16.16.0', npm: '9.8.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@angular-devkit/schematics@17.3.8',
npm WARN EBADENGINE required: {
npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6 || >=8.0.0',
npm WARN EBADENGINE node: '^18.13.0 || >=20.9.0',
npm WARN EBADENGINE yarn: '>= 1.13.0'
npm WARN EBADENGINE },
npm WARN EBADENGINE current: { node: 'v16.16.0', npm: '9.8.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@schematics/angular@17.3.8',
npm WARN EBADENGINE required: {
npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6 || >=8.0.0',
npm WARN EBADENGINE node: '^18.13.0 || >=20.9.0',
npm WARN EBADENGINE yarn: '>= 1.13.0'
npm WARN EBADENGINE },
npm WARN EBADENGINE current: { node: 'v16.16.0', npm: '9.8.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'inquirer@9.2.15',
npm WARN EBADENGINE required: { node: '>=18' },
npm WARN EBADENGINE current: { node: 'v16.16.0', npm: '9.8.0' }
npm WARN EBADENGINE }
npm WARN deprecated read-package-json@7.0.1: This package is no longer supported. Please use @npmcli/package-json instead.
added 240 packages in 30s
44 packages are looking for funding
run `npm fund` for details