hjrobinson

Results 9 comments of hjrobinson

You need to update your react-scripts. See: https://github.com/basir/node-react-ecommerce/issues/32#issuecomment-640289110 Also(this is unrelated) if you want to see the products you will need to import the data into MongoDB in the appropriate...

Awesome. Is the license located somewhere in the repository or on Udemy?

I don't know if this helps but there's Leaflet.Illustrate which allows you to manually place text on the map. It doesn't seem to work with Leaflet 1.0 + though. There's...

Okay, so I used the fork, but the only way I can add polygons to the layer control (and avoiding a failed page load) is by extracting coordinates from a...

Yes you are correct I needed to use this version. By the way I erred in my statement above. I don't know if having VSCode installed matters. Also because I...

I just wanted to add here that I was installing the packages for the final version of the server and even after updating the package.json to install 5.0.0 it automatically...

I know these things are kind of obvious but if you have a package-lock.json leftover from a failed install you will want to delete that before making your next attempt...

You can use a style option. See the main page and go to the reference for style. Also see this: https://github.com/tsayen/dom-to-image/issues/21 In short: ` domtoimage.toBlob(document.getElementById('yourElement'), {style:{'background-color': 'white'}}).then(function (blob) { saveAs(blob,...

This might get you by until there's a better explanation: https://schernthanner.de/vector-tile-serving-some-introductory-thoughts-hints-for-a-fast-way-to-serve-vector-tiles I used Ubuntu Server 18.04 LTS (HVM), SSD Volume Type from Amazon Web Services and got it going. I'm...