article-extractor icon indicating copy to clipboard operation
article-extractor copied to clipboard

npm start error

Open cxqeric opened this issue 1 year ago • 3 comments

after npm start, it show: WARNING in ./node_modules/tldts-core/dist/es6/index.js [1] Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): [1] Failed to parse source map from 'D:\projectName\node_modules\tldts-core\index.ts' file: Error: ENOENT: no such file or directory, open 'D:\projectName\node_modules\tldts-core\index.ts'

image

cxqeric avatar Jul 21 '22 02:07 cxqeric

@cxqeric it seems you are working on TypeScript environment? Could you share a little more about your code?

ndaidong avatar Jul 24 '22 09:07 ndaidong

@cxqeric看来您正在使用 TypeScript 环境?你能分享更多关于你的代码的信息吗?

https://codesandbox.io/s/misty-dream-s4n38w?file=/src/index.js

image

do you have a successful demo?

cxqeric avatar Jul 26 '22 08:07 cxqeric

@cxqeric thank you, it seems there is problem with some dependencies. When I download your project to test at local, the layout has been rendered but webpack threw error (relevant to [email protected]). This issue may need to be investigated more.

Screenshot from 2022-07-26 18-47-34

ndaidong avatar Jul 26 '22 11:07 ndaidong