We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When getting latest and running "npm start", I get this:
ERROR in node_modules/@types/jasmine/index.d.ts(142,47): error TS1005: ';' expected. node_modules/@types/jasmine/index.d.ts(142,90): error TS1005: '(' expected. node_modules/@types/jasmine/index.d.ts(142,104): error TS1005: ']' expected. node_modules/@types/jasmine/index.d.ts(142,112): error TS1005: ',' expected. node_modules/@types/jasmine/index.d.ts(142,113): error TS1136: Property assignment expected. node_modules/@types/jasmine/index.d.ts(142,121): error TS1005: ')' expected. node_modules/@types/jasmine/index.d.ts(142,147): error TS1005: '(' expected. node_modules/@types/jasmine/index.d.ts(142,162): error TS1005: ']' expected. node_modules/@types/jasmine/index.d.ts(142,163): error TS1005: ',' expected. node_modules/@types/jasmine/index.d.ts(142,164): error TS1136: Property assignment expected. node_modules/@types/jasmine/index.d.ts(142,165): error TS1136: Property assignment expected. node_modules/@types/jasmine/index.d.ts(142,179): error TS1005: ',' expected. node_modules/@types/jasmine/index.d.ts(142,183): error TS1005: ':' expected. node_modules/@types/jasmine/index.d.ts(142,208): error TS1005: '{' expected. node_modules/@types/jasmine/index.d.ts(142,217): error TS1005: ':' expected. node_modules/@types/jasmine/index.d.ts(142,222): error TS1005: ',' expected. node_modules/@types/jasmine/index.d.ts(142,227): error TS1005: ':' expected. node_modules/@types/jasmine/index.d.ts(142,228): error TS1109: Expression expected. node_modules/@types/jasmine/index.d.ts(142,230): error TS1005: ')' expected. node_modules/@types/jasmine/index.d.ts(635,30): error TS1005: ';' expected. node_modules/@types/jasmine/index.d.ts(720,1): error TS1128: Declaration or statement expected. node_modules/@types/sinon/index.d.ts(1448,36): error TS1005: ';' expected. node_modules/preact/dist/preact.d.ts(129,8): error TS1005: ';' expected. node_modules/preact/dist/preact.d.ts(131,4): error TS1109: Expression expected. node_modules/preact/dist/preact.d.ts(133,4): error TS1005: '(' expected. node_modules/preact/dist/preact.d.ts(134,3): error TS1005: '(' expected. node_modules/preact/dist/preact.d.ts(134,10): error TS1005: ')' expected. node_modules/preact/dist/preact.d.ts(153,14): error TS1005: ';' expected. node_modules/preact/dist/preact.d.ts(153,44): error TS1005: ';' expected. node_modules/preact/dist/preact.d.ts(154,5): error TS1128: Declaration or statement expected. node_modules/preact/dist/preact.d.ts(155,5): error TS1005: '(' expected. node_modules/preact/dist/preact.d.ts(155,12): error TS1005: ')' expected. node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ';' expected. node_modules/rxjs/internal/types.d.ts(81,74): error TS1005: ';' expected. node_modules/rxjs/internal/types.d.ts(81,77): error TS1109: Expression expected.
I think you need a tsconfig to tell it to ignore the node_modules folder (?)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When getting latest and running "npm start", I get this:
I think you need a tsconfig to tell it to ignore the node_modules folder (?)
The text was updated successfully, but these errors were encountered: