ustaxes / UsTaxes

Tax filing web application

Home Page:https://ustaxes.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't reproduce dev build

gmontamat opened this issue · comments

Following these steps:

git clone https://github.com/ustaxes/UsTaxes.git
cd UsTaxes
nvm install 20
nvm use 20
npm ci
npm run start

I get the following error in the browser Uncaught ReferenceError: Cannot access '__WEBPACK_DEFAULT_EXPORT__' before initialization (cyclic dependencies somewhere?).

Same happens if I run with docker (image btw uses node v16.7.0). Compiling with npm run build and then serve -s build does work.

hrm yeah I get this as well, even using nvm 16 as noted in the README