Skip to content

Commit 23ef49a

Browse files
authored
README.md: Upgrade Python (#2106)
https://devguide.python.org/versions
1 parent 4fc50ab commit 23ef49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ import * as _ from 'lodash';
355355
* check out https://github.com/cnpm/cnpm
356356
* node-pre-gyp ERR in npm install (Windows)
357357
* often happens when you're behind proxy and proxy wasn't configured in the npm as it tries to download binary package from the github and if it fails to do so, it will try to compile node-sass from the source codes
358-
* install Python x86 version 2.x and on windows see issue [#626](https://github.com/gdi2290/angular-starter/issues/626)
358+
* install Python3 x86
359359
* `Error:Error: Parse tsconfig error [{"messageText":"Unknown compiler option 'lib'.","category":1,"code":5023},{"messageText":"Unknown compiler option 'strictNullChecks'.","category":1,"code":5023},{"messageText":"Unknown compiler option 'baseUrl'.","category":1,"code":5023},{"messageText":"Unknown compiler option 'paths'.","category":1,"code":5023},{"messageText":"Unknown compiler option 'types'.","category":1,"code":5023}]`
360360
* remove `node_modules/typescript` and run `npm install typescript@beta`. This repo now uses ts 2.0
361361
* "There are multiple modules with names that only differ in casing"

0 commit comments

Comments
 (0)