我是第 8 面墙的新手。我已经从git克隆了第 8 个墙网并正确执行了以下步骤
# cd <directory_where_you_saved_sample_project_files>
# cd serve
# npm install
# cd ..
# ./serve/bin/serve -d <sample_project_location>
但是在执行前一步的最后一步时。
./serve/bin/serve -n -d gettingstarted/xraframe/ -p 7777
我得到以下错误
编译失败。
错误:子编译失败:找不到入口模块:错误:无法解析“C:\8thWall_Project\web\serve”中的“C:\8thWall_Project\web\serve\bin\gettingstarted\xraframe”\index.html':错误:无法解析 'C:\8thWall_Project\web\serve' 中的 'C:\8thWall_Project\web\serve\bin\gettingstarted\xraframe" \index.html'
compiler.js:79 childCompiler.runAsChild [服务]/[html-webpack-plugin]/lib/compiler.js:79:16
Compiler.js:306 编译 [serve]/[webpack]/lib/Compiler.js:306:11
Compiler.js:631 hooks.afterCompile.callAsync.err [serve]/[webpack]/lib/Compiler.js:631:15
Hook.js:154 AsyncSeriesHook.lazyCompileHook [服务]/[tapable]/lib/Hook.js:154:20
Compiler.js:628 编译.seal.err [服务]/[webpack]/lib/Compiler.js:628:31
Hook.js:154 AsyncSeriesHook.lazyCompileHook [服务]/[tapable]/lib/Hook.js:154:20
Compilation.js:1325 hooks.optimizeAssets.callAsync.err [serve]/[webpack]/lib/Compilation.js:1325:35
有什么想法或指示缺少什么吗?
谢谢