Hello everyone, I am trying to pickup the followi...
# dev
j
Hello everyone, I am trying to pickup the following issue: https://github.com/treeverse/lakeFS/issues/3691 Can anyone help setup the environment and how to test it out πŸ™‚. That would be much appreciated. I did start with this: https://docs.lakefs.io/contributing.html#setting-up-an-environment and I did a make build but I am getting the following error
Copy code
make build
cd webui && /usr/local/bin/npm run build

> lakefs-ui@0.1.0 build /Users/jay/lakeFS/lakeFS/webui
> cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build

(node:65479) ExperimentalWarning: The ESM module loader is experimental.
file:///Users/jay/lakeFS/lakeFS/webui/node_modules/vite/bin/vite.js:7
    await import('source-map-support').then((r) => r.default.install())
    ^^^^^

SyntaxError: Unexpected reserved word
    at Loader.moduleStrategy (internal/modules/esm/translators.js:81:18)
    at async link (internal/modules/esm/module_job.js:37:21)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! lakefs-ui@0.1.0 build: `cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the lakefs-ui@0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/jay/.npm/_logs/2023-02-26T02_49_34_631Z-debug.log
make: *** [gen-ui] Error 1
Any suggestions on this as well πŸ™‚ Also I am using a mac for the purpose thanks a lot looking forward to working on the issue.
b
Hi! What version of Node JS are you using? can you verify you are using >= v16.17.1
πŸ‘ 1
j
This worked πŸ™‚ thanks a lot!
Hi team, I won’t be able to pickup this issue due to personal issues that popped and I do not have the bandwidth at the moment. I apologize for the purpose. If I when I get time I will try to pick it up. But if someone wants to pick it up please feel free to do so.
πŸ‘ 2
πŸ™πŸ» 1
j
Thank you anyway @Jay Kataria !
πŸ™‚ 1
335 Views