I'm trying to build airbyte locally for integratio...
# contributing-to-airbyte
s
I'm trying to build airbyte locally for integration tests and I have this error: https://gist.github.com/gordalina/02ad6a951d68792bd725b4435af503da
u
which branch are you on?
u
i branched off master yesterday
u
u
Different error when I run
npx react-scripts build
in the webapp folder
u
hmm iā€™m unable to repro
u
what os and npm version are you running?
u
does running
npm i
in the webapp folder help? potentially after nuking node_modules?
u
OS X 11 node v14.15.5 npm 6.14.11
u
im trying that
u
its really weird that i can't find typescript module
u
i'm wondering if its a local node env issue
u
and
node_modules/typescript
exists?
u
yes
u
šŸ¤”
u
removing node_modules, npm i, and then running npm run build is not failing anymore
u
so šŸ¤ž
u
i remember running gradle build and killing it - it may have stopped while installing node deps
u
it worked
u
huh yeah that might have been it, although it seems super weird that stopping an npm build halfway would cause later ones to crash
u
must have been at the exactly wrong time
u
thank you šŸ™‚