-
When I configured the I ran my own crawler and configured $ vuepress dev docs
info Initializing VuePress and preparing data...
✔ Compilation finished in 19208ms
ERROR in D:codeNetNote
[email protected]
Module build failed: UnhandledSchemeError: Reading from "D:codeNetNote
[email protected]" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "d:" URIs.
at D:\code\NetNote\node_modules\webpack\lib\NormalModule.js:741:26
at Hook.eval [as callAsync] (eval at create (D:\code\NetNote\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (D:\code\NetNote\node_modules\tapable\lib\Hook.js:18:14)
at Object.processResource (D:\code\NetNote\node_modules\webpack\lib\NormalModule.js:738:9)
at processResource (D:\code\NetNote\node_modules\loader-runner\lib\LoaderRunner.js:220:11)
at iteratePitchingLoaders (D:\code\NetNote\node_modules\loader-runner\lib\LoaderRunner.js:171:10)
at runLoaders (D:\code\NetNote\node_modules\loader-runner\lib\LoaderRunner.js:397:2)
at NormalModule.doBuild (D:\code\NetNote\node_modules\webpack\lib\NormalModule.js:728:3)
at NormalModule.build (D:\code\NetNote\node_modules\webpack\lib\NormalModule.js:874:15)
at D:\code\NetNote\node_modules\webpack\lib\Compilation.js:1246:12
at NormalModule.needBuild (D:\code\NetNote\node_modules\webpack\lib\NormalModule.js:1139:32)
at Compilation._buildModule (D:\code\NetNote\node_modules\webpack\lib\Compilation.js:1228:10)
at D:\code\NetNote\node_modules\webpack\lib\util\AsyncQueue.js:265:10
at Hook.eval [as callAsync] (eval at create (D:\code\NetNote\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncQueue._startProcessing (D:\code\NetNote\node_modules\webpack\lib\util\AsyncQueue.js:258:26)
at AsyncQueue._ensureProcessing (D:\code\NetNote\node_modules\webpack\lib\util\AsyncQueue.js:245:12)
webpack compiled with 1 error
success VuePress webpack dev server is listening at http://localhost:8080/ At this time, access to http://localhost:8080/ only shows a blank. The project repository is: https://github.com/Yue-plus/NetNote |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Please upgrade your vuepress & plugin version first. |
Beta Was this translation helpful? Give feedback.
-
#88 憨憨竟是我自己 |
Beta Was this translation helpful? Give feedback.
#88 憨憨竟是我自己