sentinel-hub / EOBrowser

The Earth Observation Browser is a search tool for Sentinel-1, -2, -3, Landsat 5, 7, 8, Modis and Envisat satellite imagery
MIT License
78 stars 24 forks source link

update custom-react-scripts to 0.2.2 #3

Closed selloween closed 6 years ago

selloween commented 6 years ago

I had to update custom-react-scripts package to 0.2.2 in order to get the development server running on my local machine. I've tested using Node 8.12.0 LTS and 10.10.0 Current and had the issue on both versions. Updating the package solved the issue.

sinergise-anze commented 6 years ago

Hello @selloween, thank you for the pull request.

Can you please describe issues you had on local machine with version 0.2.0? In our experience the existing version works both on local dev machines and in production (Node 8.12.0) so we would be interested in the problems you encountered, so we could maybe make the testing process better...

selloween commented 6 years ago

I've tested again on Node 8.12.0 using a different network and it works. The network I used last week might have network peering issues. I just connected to that specific network via VPN and the issue is node-sass not being downloaded. I can fix this by installing node-sass manually or updating custom-react-scripts to 0.2.2. Anyway this seems to be network (university network) specific, so I wiill close the request. Awesome work btw.