You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building with the current lts version of node produces the following errors:
zach@DESKTOP-AS7AU11 ~/d/phrase-js (master)> nvm use --lts
Now using node v14.16.0 (npm v6.14.11)
zach@DESKTOP-AS7AU11 ~/d/phrase-js (master)> npm install
> phrase-js@1.0.10 prepare /home/zach/dev/phrase-js
> npm run build
> phrase-js@1.0.10 build /home/zach/dev/phrase-js
> tsc
src/models/MemberSpaces.ts:16:5 - error TS2305: Module '"."' has no exported member 'AnyType'.
16 AnyType,
~~~~~~~
src/models/MemberSpaces.ts:17:5 - error TS2305: Module '"."' has no exported member 'AnyTypeFromJSON'.
17 AnyTypeFromJSON,
~~~~~~~~~~~~~~~
src/models/MemberSpaces.ts:18:5 - error TS2724: Module '"."' has no exported member 'AnyTypeFromJSONTyped'. Did you mean 'AccountFromJSONTyped'?
18 AnyTypeFromJSONTyped,
~~~~~~~~~~~~~~~~~~~~
src/models/Account.ts:69:17
69 export function AccountFromJSONTyped(json: any, ignoreDiscriminator: boolean): Account {
~~~~~~~~~~~~~~~~~~~~
'AccountFromJSONTyped' is declared here.
src/models/MemberSpaces.ts:19:5 - error TS2305: Module '"."' has no exported member 'AnyTypeToJSON'.
19 AnyTypeToJSON,
~~~~~~~~~~~~~
Found 4 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! phrase-js@1.0.10 build: `tsc`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the phrase-js@1.0.10 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/zach/.npm/_logs/2021-03-30T15_29_08_211Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! phrase-js@1.0.10 prepare: `npm run build`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the phrase-js@1.0.10 prepare script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/zach/.npm/_logs/2021-03-30T15_29_08_418Z-debug.log
Building with the current lts version of node produces the following errors:
OpenAPITools/openapi-generator#6332 seems to be related.
The text was updated successfully, but these errors were encountered: