-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I noticed this step takes a long time (maybe a minute) to run in the ipynotebook
osm-mapping-party-before-after/make.sh
Lines 44 to 49 in 05dcff6
| if [ ! -s "$ROOT/openstreetmap-carto/node_modules/.bin/carto" ] ; then | |
| cd "$ROOT/openstreetmap-carto" | |
| echo "Installing carto into $ROOT/openstreetmap-carto/node_modules with npm..." | |
| npm init -y | |
| npm install carto -q | |
| fi |
I see we install it on docker. Was wondering if it's intentional that this has to install again when we run the from the notebook?
Or maybe it's a bug in the make script?
PS: I hope all these reports aren't too overwhelming. I'm very excited about this project and want to see it get even easier to use :)
Metadata
Metadata
Assignees
Labels
No labels