mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-14 18:18:55 -06:00
This is so that we do not need to do npm install 10 times in the samples directory. Instead we do it once inside samples/js and let all the sub directories have no dependencies. This works because nodejs searches the parent directories when looking for a module. Towards #1888