I'm currently having the following "failed to parse source map" warnings while running my project:
Failed to parse source map from '/Users/user/project/node_modules/draftjs-md-converter/node_modules/@textlint/ast-node-types/src/index.ts' file: Error: ENOENT: no such file or directory, open '/Users/user/project/node_modules/draftjs-md-converter/node_modules/@textlint/ast-node-types/src/index.ts'
Failed to parse source map from '/Users/user/project/node_modules/draftjs-md-converter/node_modules/@textlint/markdown-to-ast/src/index.ts' file: Error: ENOENT: no such file or directory, open '/Users/user/project/node_modules/draftjs-md-converter/node_modules/@textlint/markdown-to-ast/src/index.ts'
Failed to parse source map from '/Users/user/project/node_modules/draftjs-md-converter/node_modules/@textlint/markdown-to-ast/src/mapping/markdown-syntax-map.ts' file: Error: ENOENT: no such file or directory, open '/Users/user/project/node_modules/draftjs-md-converter/node_modules/@textlint/markdown-to-ast/src/mapping/markdown-syntax-map.ts'
Failed to parse source map from '/Users/user/project/node_modules/draftjs-md-converter/node_modules/@textlint/markdown-to-ast/src/parse-markdown.ts' file: Error: ENOENT: no such file or directory, open '/Users/user/project/node_modules/draftjs-md-converter/node_modules/@textlint/markdown-to-ast/src/parse-markdown.ts'
I am currently using draftjs-md-converter version 1.5.2.
Hello,
I'm currently having the following "failed to parse source map" warnings while running my project:
I am currently using
draftjs-md-converter
version1.5.2
.Thanks!