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
ERROR in /clients/node_modules/auth0-js/dist/auth0.js
Module build failed: Error: Debug Failure. False expression.
at getJSDocTags (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:13173:22)
at getFirstJSDocTag (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:13181:24)
at Object.getJSDocType (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:13149:19)
at getContextualSignature (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:40930:32)
at checkFunctionExpressionOrObjectLiteralMethod (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:44548:43)
at checkExpressionWorker (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:45605:28)
at checkExpression (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:45533:42)
at checkBinaryLikeExpression (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:45082:29)
at checkBinaryExpression (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:45074:20)
at checkExpressionWorker (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:45626:28)
at checkExpression (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:45533:42)
at checkBinaryLikeExpression (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:45082:29)
at checkBinaryExpression (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:45074:20)
at checkExpressionWorker (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:45626:28)
at checkExpression (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:45533:42)
at checkExpressionCached (/clients/node_modules/@angular-devkit/build-optimizer/node_modules/typescript/lib/typescript.js:45384:38)
Desired functionality
According to the issue I posted on the Typescript repo this issue should be fixed in 3.0. I upgraded our deps to use 3.0 and told Angular to ignore version mismatches, but it appears that the build optimizer is using its own TS, so we're still seeing this error.
Mention any other details that might be useful
I'm not sure where to post this because while obviously Auth0 should be notified, it seems weird to not respect our TS version and for the entire build to fail for what seems like an issue with the doc block.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. This issue is now obsolete due to changes in the recent releases. Please update to the most recent Angular CLI version.
If the problem persists after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior.
Uh oh!
There was an error while loading. Please reload this page.
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
node: 9.11.1
npm: 5.6.0
cli: 6.1.3
Repro steps
auth0-js
in its dependenciesThe log given by the failure
Desired functionality
According to the issue I posted on the Typescript repo this issue should be fixed in 3.0. I upgraded our deps to use 3.0 and told Angular to ignore version mismatches, but it appears that the build optimizer is using its own TS, so we're still seeing this error.
Mention any other details that might be useful
I'm not sure where to post this because while obviously Auth0 should be notified, it seems weird to not respect our TS version and for the entire build to fail for what seems like an issue with the doc block.
The text was updated successfully, but these errors were encountered: