aurora-opensource / xviz

A protocol for real-time transfer and visualization of autonomy data

Home Page:http://xviz.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

still Error: Cannot find module '../dist/es5'

wangchmcu opened this issue · comments

I'm the first time to use AVS by trying the KITTI example data. But when I try to run the command: ./scripts/run-kitti-example.sh
raised the error, even I had ran the command "yarn add -D @xviz/builder
"Error: Cannot find module '../dist/es5'

ryan@ryan:~/Documents/xviz/xviz$ ./scripts/run-kitti-example.sh

XVIZ Server started.

Ctrl-c to terminate.

internal/modules/cjs/loader.js:1023
throw err;
^

Error: Cannot find module '../dist/es5'
Require stack:

  • /home/ryan/Documents/xviz/xviz/modules/server/bin/xvizserver
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1020:15)
    at Function.Module._load (internal/modules/cjs/loader.js:890:27)
    at Module.require (internal/modules/cjs/loader.js:1080:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object. (/home/ryan/Documents/xviz/xviz/modules/server/bin/xvizserver:51:1)
    at Module._compile (internal/modules/cjs/loader.js:1176:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1196:10)
    at Module.load (internal/modules/cjs/loader.js:1040:32)
    at Function.Module._load (internal/modules/cjs/loader.js:929:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [ '/home/ryan/Documents/xviz/xviz/modules/server/bin/xvizserver' ]
    }

My environment:
OS: Ubuntu 22.04
yarn v1.22.19
node v14.1.0 (npm v6.14.4)

I also had tried node v10.16.3, cause I found you mention such problem in one of the issue tickets, but incompatible with some module:

ryan@ryan:~/Documents/xviz/xviz$ yarn
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
error puppeteer@14.2.1: The engine "node" is incompatible with this module. Expected version ">=14.1.0". Got "10.16.3"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

anyone can help me? thanks a lot

I am having the same problem. Did you find a solution yet? @wangchmcu