Antonio Perea
Antonio Perea
If I update dependencies like this (I'm not sure if it's ok ...) "@angular/common": "^2.0.0", "@angular/compiler": "^2.0.0", "@angular/core": "^2.0.0", "@angular/forms": "^2.0.0", "@angular/platform-browser": "^2.0.0", "@angular/platform-browser-dynamic": "^2.0.0", And execute npm install and...
Checked, I have "jumped" and all the apps run porperly. "dependencies": { "@angular/common": "^2.0.1", "@angular/compiler": "^2.0.1", "@angular/core": "^2.0.1", "@angular/forms": "^2.0.1", "@angular/platform-browser": "^2.0.1", "@angular/platform-browser-dynamic": "^2.0.1", "@angular/router": "^3.0.1", "bootstrap": "^3.3.7", "core-js": "^2.4.1",...
Thank you @Nasdan , I have to learn a lot ... Here is the new devDependencies and dependencies: "devDependencies": { "css-loader": "^0.25.0", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.9.0", "html-webpack-plugin": "^2.22.0", "style-loader": "^0.13.1",...
Ok, I'm using SourceTree but I can't do a PR. This is the error: git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream origin master:master remote: Permission to Lemoncode/angular2-sample-app.git denied...