cesium-ml / baselayer

Fully customizable (scientific, compute-intensive) web application template
http://cesium-ml.org/baselayer/
30 stars 18 forks source link

Add '--legacy-peer-deps' flag for npm install #313

Closed robertdstein closed 2 years ago

robertdstein commented 2 years ago

Skyportal relies on baselayer, but has dependencies requiring both react v16 and v17 (see Issue https://github.com/skyportal/skyportal/issues/2656). Though ideally all deprecated React dependencies would be eliminated, this PR would in the interim allow both versions to be used concurrently.