You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
At the 1.7.3 docs tutorial, it recommends to use this repository. However, when I run npm install, it gives me angularjs-1.5.x. Also, I read the README and it says:
Since the Angular framework library code and tools are acquired through package managers (npm and bower) you can use these tools to easily update the dependencies. Simply run the preconfigured script:
npm run update-deps
But when I do that, it says something like the following indicating that it is staying within 1.5 because they are ~ dependencies:
Could the README be updated to explain how to manually do a major (in AngularJS, 1.2 to 1.3 is considered major because it doesn’t use semver which explains why it is using ~ instead of ^ for dependencies) update?
The text was updated successfully, but these errors were encountered:
gkalpak
added a commit
to gkalpak/angular.js
that referenced
this issue
Nov 2, 2018
Hi,
At the 1.7.3 docs tutorial, it recommends to use this repository. However, when I run
npm install
, it gives me angularjs-1.5.x. Also, I read the README and it says:But when I do that, it says something like the following indicating that it is staying within 1.5 because they are ~ dependencies:
Could the README be updated to explain how to manually do a major (in AngularJS, 1.2 to 1.3 is considered major because it doesn’t use semver which explains why it is using ~ instead of ^ for dependencies) update?
The text was updated successfully, but these errors were encountered: