@rodrigoreal wrote:
How can i update to alpha48? Im using the alpha42.
I updated the
package.json
file to"ionic-framework": "2.0.0-alpha.48"
, and then runnpm install
. Oh, but before i removed theionic-framework
folder fromnode_modules
.But i got some error in the
npm install
├── UNMET PEER DEPENDENCY angular2@2.0.0-alpha.52
└── ionic-framework@2.0.0-alpha.48npm WARN EPEERINVALID ionic-framework@2.0.0-alpha.48 requires a peer of angular2@2.0.0-beta.0 but none was installed.
And then i tried to use the new modal as it was changed in the .47 version, but it says the
Modal.create()
don't exist. So i think my update didn't work.What i did wrong? Or is there a easier way to update the ionic version? Thanks
Posts: 6
Participants: 2