-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Following error raises when the library is used with Loopback 4
`node_modules/googleapis/build/src/index.d.ts:5:10 - error TS1005: 'from' expected.
5 export * as Common from 'googleapis-common';
~~
node_modules/googleapis/build/src/index.d.ts:5:13 - error TS1005: ';' expected.
5 export * as Common from 'googleapis-common';
~~~~~~
node_modules/googleapis/build/src/index.d.ts:5:20 - error TS1005: ';' expected.
5 export * as Common from 'googleapis-common';
~~~~
node_modules/googleapis/build/src/index.d.ts:5:25 - error TS1005: ';' expected.
5 export * as Common from 'googleapis-common';
`
Environment details
1.
- OS: Windows 10 x64
- Node.js version: 12.13.1
- npm version: 6.12.1
googleapis
version: 59.0.0typescript
version: 3.7.5
2.
- OS: Ubuntu 18.04 LTS
- Node.js version: 12.10.0
- npm version: 6.14.4
googleapis
version: 59.0.0typescript
version: 3.7.5
Thanks!
ocket8888, okanaslan and JavascriptMick
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.