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
Either using 'npm run build' or 'npx webpack --mode=production', it reports
"ERROR in ./src/code.ts
Module build failed (from ./node_modules/ts-loader/index.js):
Error: Debug Failure. False expression: Non-string value passed to ts.resolveTypeReferenceDirective, likely by a wrapping package working with an outdated resolveTypeReferenceDirectives signature. This is probably not a problem in TS itself.".
After re-install the typescript, the error is still there.
The text was updated successfully, but these errors were encountered:
Either using 'npm run build' or 'npx webpack --mode=production', it reports
"ERROR in ./src/code.ts
Module build failed (from ./node_modules/ts-loader/index.js):
Error: Debug Failure. False expression: Non-string value passed to
ts.resolveTypeReferenceDirective
, likely by a wrapping package working with an outdatedresolveTypeReferenceDirectives
signature. This is probably not a problem in TS itself.".After re-install the typescript, the error is still there.
The text was updated successfully, but these errors were encountered: