Jay Kataria
02/26/2023, 2:59 AMmake 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.Barak Amar
02/26/2023, 8:08 AMJay Kataria
02/27/2023, 2:54 AMJonathan Rosenberg
02/27/2023, 8:02 AM