Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

308
Vistas
Update Angular2 PrimeNG version 1.1.4 to last version

I'm relatively new to angular2, so I was wondering how could I update my version(1.1.4) to last version!

I'm working on version 2.0.0-rc.5 of angular2.

Already tried

npm install primeng --save

but package.json still holds this value: ""primeng": "^1.1.4","

the package.json from the root directory of angular, and also of the primeng in node_modules directory

about 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

For future references: Had to uninstall with:

npm uninstall primeng --save

Run the code below to avoid unnecessary errors:

npm cache verify

And then install with the version you want

npm install primeng@x.x.x --save

thanks for you answer though

about 4 years ago · Santiago Trujillo Denunciar

0

You only need run npm update --save into the folder that contains your package.json

Before:

"dependencies": {
   ....
    "primeng": "^1.1.4",
   ....
 },

After:

"dependencies": {
    ....
   "primeng": "^2.0.5",
    ....
 },

Note: this command update whole your dependencies...

about 4 years ago · Santiago Trujillo Denunciar

0

Use "import {SidebarModule} from 'primeng/components/sidebar/sidebar';"

instead "import { SidebarModule } from 'primeng/primeng';"

about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda