kadikraman / draftjs-md-converter

Converts content from Draft.js blocks to Markdown and vice versa.
https://kadikraman.github.io/draftjs-md-converter/
MIT License
145 stars 37 forks source link

Warning failed to parse source map #78

Open MEsteves22 opened 2 years ago

MEsteves22 commented 2 years ago

Hello,

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.

Thanks!

andrefilipesilva73 commented 2 years ago

Hello, same problem as @MEsteves22 indicated. Please help. Thank you.

seangibbens commented 1 year ago

Seeing the same warnings after upgrading to Create React App v5. Thanks!