chatgpt-webapp-fullstack
chatgpt-webapp-fullstack copied to clipboard
Failed to parse source map from '/root/chatgpt-webapp-fullstack-main/client/node_modules/@fortaine/fetch-event-source/src/fetch.ts' file: Error: ENOENT: no such file or directory, open '/root/chatgpt-webapp-fullstack-main/client/node_modules/@fortaine/fetch-event-source/src/fetch.ts'
root@host:~/chatgpt-webapp-fullstack-main/client# ls -la node_modules/@fortaine/fetch-event-source/ total 36 drwxr-xr-x 3 root root 4096 Mar 14 16:25 . drwxr-xr-x 3 root root 4096 Mar 14 16:24 .. -rw-r--r-- 1 root root 1889 Mar 14 16:25 CHANGELOG.md drwxr-xr-x 4 root root 4096 Mar 14 16:25 lib -rw-r--r-- 1 root root 1141 Mar 14 16:25 LICENSE -rw-r--r-- 1 root root 1571 Mar 14 16:25 package.json -rw-r--r-- 1 root root 6036 Mar 14 16:25 README.md -rw-r--r-- 1 root root 159 Mar 14 16:25 tsconfig.esm.json
看上去是依赖安装过了,但是项目中resolve依赖目录,怎么resolve到 /root 下面了
there is no src/fetch.ts file
In fact, there is no src directory under node_modules/@fortaine/fetch-event-source, but the version is 3.0.8, the same with the packages.json
The same error occured to me.
Same error.