Skip to content

Commit

Permalink
README.md: Upgrade Python
Browse files Browse the repository at this point in the history
https://devguide.python.org/versions

Drop the issue that was fixed years ago.
  • Loading branch information
cclauss authored Oct 3, 2023
1 parent 8045e4c commit bd60beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ Frequently asked questions
- Why is the size of my app larger in development?
- The production build uses a whole host of techniques (ahead-of-time compilation, rollup to remove unreachable code, minification, etc.) to reduce the size, that aren't used during development in the intrest of build speed.
- node-pre-gyp ERR in yarn install (Windows)
- install Python x86 version between 2.5 and 3.0 on windows. See [this issue](https://github.com/AngularClass/angular2-webpack-starter/issues/626)
- install a current version of Python x86 on Windows.
- How do I handle merge conflicts in yarn.lock?
- first check out the yarn.lock file from the branch you're merging in to yours: e.g. `git checkout --theirs yarn.lock`
- now run `yarn install` again. Yarn will create a new lockfile that contains both sets of changes.
Expand Down

0 comments on commit bd60beb

Please sign in to comment.