Skip to content

Commit 5cb6c0e

Browse files
authored
docs(faq): windows/node path problem
1 parent 94e95a2 commit 5cb6c0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,8 @@ import * as _ from 'lodash';
335335
* install Python x86 version between 2.5 and 3.0 on windows see issue [#626](https://github.com/AngularClass/angular2-webpack-starter/issues/626)
336336
* `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}]`
337337
* remove `node_modules/typescript` and run `npm install typescript@beta`. This repo now uses ts 2.0
338+
* "There are multiple modules with names that only differ in casing"
339+
* change `c:\[path to angular2-webpack-starter]` to `C:\[path to angular2-webpack-starter]` see [926#issuecomment-245223547](https://github.com/AngularClass/angular2-webpack-starter/issues/926#issuecomment-245223547)
338340

339341
# Support, Questions, or Feedback
340342
> Contact us anytime for anything about this repo or Angular 2

0 commit comments

Comments
 (0)