这个问题在哪见过 2021-04-10 09:41 采纳率: 0%
浏览 529

Cannot read property 'base64encode' of undefined

(SystemJS) Cannot read property 'base64encode' of undefined
    TypeError: Cannot read property 'base64encode' of undefined
        at Object.base64encode (http://localhost:3000/node_modules/typescript/lib/typescript.js:12103:18)
        at Object.getSourceMappingURL (http://localhost:3000/node_modules/typescript/lib/typescript.js:74018:46)
        at printSourceFileOrBundle (http://localhost:3000/node_modules/typescript/lib/typescript.js:74639:48)
        at emitJsFileOrBundle (http://localhost:3000/node_modules/typescript/lib/typescript.js:74588:13)
        at emitSourceFileOrBundle (http://localhost:3000/node_modules/typescript/lib/typescript.js:74545:13)
        at forEachEmittedFile (http://localhost:3000/node_modules/typescript/lib/typescript.js:74454:30)
        at Object.emitFiles (http://localhost:3000/node_modules/typescript/lib/typescript.js:74535:9)
        at emitWorker (http://localhost:3000/node_modules/typescript/lib/typescript.js:79069:33)
        at http://localhost:3000/node_modules/typescript/lib/typescript.js:79029:66
        at runWithCancellationToken (http://localhost:3000/node_modules/typescript/lib/typescript.js:79120:24)
    Error loading http://localhost:3000/doom3TokenizerTest.ts

  • 写回答

3条回答 默认 最新

  • CSDN专家-杨俊 2021-04-10 11:03
    关注

    应该是缺少依赖,或者版本不兼容吧

    评论

报告相同问题?