0

我今天开始按照他们的官方教程使用 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

4

1 回答 1

0

尝试

(from serve's parent directory) serve\bin\serve.bat -d <path for your project directory>

例子:

C:\Users\X\web>serve\bin\serve.bat -d C:\Users\X\webar-image-target

我的服务文件夹位于web文件夹中,我的项目位于webbar-image-target文件夹中

于 2019-06-26T12:11:04.223 回答