Skip to content

Install carto in the dockerfile #15

@RayBB

Description

@RayBB

I noticed this step takes a long time (maybe a minute) to run in the ipynotebook

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions