atomicdata-dev / atomic-data-browser

This repo is no longer used! Code is moved to Atomic-Server
https://github.com/atomicdata-dev/atomic-server/issues
MIT License
55 stars 9 forks source link

tsc failing for data-browser, cannot find node modules #237

Closed joepio closed 1 year ago

joepio commented 1 year ago

For some reason, since last week, pnpm build fails on @Polleps machine. It works fine on mine and the CI.

We tried:

Ultimately, we removed the tsc command from the build script, since vite build can compile typescript files, too. However, this does not do typechecking, so we added the typecheck step in the CI.

Polleps commented 1 year ago

Also fails in CI

joepio commented 1 year ago

Also fails in CI

Turned out to be a different issue