我今天开始按照他们的官方教程使用 8thwall 测试 web AR,但出现以下错误
当我跑步时
serve\bin\serve.bat -n -d gettingstarted\xraframe -p 7777
为我的应用程序提供服务,我收到以下错误
The system cannot find the path specified.
internal/modules/cjs/loader.js:583
throw err;
^
Error: Cannot find module 'E:\MyProjects\8th wall tutorial
webAR\web\src\index.js'
at Function.Module._resolveFilename
(internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
我再次尝试使用 npm install 并得到了错误教程链接:https ://docs.8thwall.com/web/#locally-from-windows