Skip to content

run vite error:DeprecationWarning: 'createIdentifier'…… #61

Open
@yangxu52

Description

@yangxu52

run npm run vite

before vite output ready in xxxx ms

Loading Vetur in workspace path: D:\code\node\xxxDemo
DeprecationWarning: 'createIdentifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.

node:internal/event_target:969 process.nextTick(() => { throw err; });
^ is arrow to throw

Error: Debug Failure. Unhandled SyntaxKind: ImportClause.
at pipelineEmitWithHintWorker (D:\code\node\xxxDemo\node_modules\typescript\lib\typescript.js:114180:22)
at pipelineEmitWithHint (D:\code\node\xxxDemo\node_modules\typescript\lib\typescript.js:113711:17)
at pipelineEmitWithComments (D:\code\node\xxxDemo\node_modules\typescript\lib\typescript.js:117399:13)
at pipelineEmit (D:\code\node\xxxDemo\node_modules\typescript\lib\typescript.js:113651:13)
at emitExpression (D:\code\node\xxxDemo\node_modules\typescript\lib\typescript.js:113635:13)
at emitImportDeclaration (D:\code\node\xxxDemo\node_modules\typescript\lib\typescript.js:115606:13)
at pipelineEmitWithHintWorker (D:\code\node\xxxDemo\node_modules\typescript\lib\typescript.js:113912:32)
at pipelineEmitWithHint (D:\code\node\xxxDemo\node_modules\typescript\lib\typescript.js:113711:17)
at pipelineEmitWithComments (D:\code\node\xxxDemo\node_modules\typescript\lib\typescript.js:117399:13)
at pipelineEmit (D:\code\node\xxxDemo\node_modules\typescript\lib\typescript.js:113651:13)
Emitted 'error' event on Worker instance at:
at Worker.[kOnErrorMessage] (node:internal/worker:290:10)
at Worker.[kOnMessage] (node:internal/worker:301:37)
at MessagePort.<anonymous> (node:internal/worker:202:57)
at MessagePort.[nodejs.internal.kHybridDispatch] (node:internal/event_target:694:20)
at MessagePort.exports.emitMessage (node:internal/per_context/messageport:23:28)

run npm list vite

output

[email protected] D:\code\node\contract-web
└─┬ [email protected]
├─┬ @vitejs/[email protected]
│ └── [email protected] deduped
├─┬ [email protected]
│ └── [email protected] deduped
├─┬ [email protected]
│ └── [email protected] deduped
├─┬ [email protected]
│ └── [email protected] deduped invalid: "~2.0.0" from node_modules/vite-plugin-vue-cli
├─┬ [email protected]
│ └── [email protected] deduped invalid: "~2.0.0" from node_modules/vite-plugin-vue-cli
└── [email protected] invalid: "~2.0.0" from node_modules/vite-plugin-vue-cli

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions