iTwin / viewer

Monorepo that contains the iTwin Viewer npm packages and their related packages
MIT License
25 stars 16 forks source link

fix desktop-viewer@next template for node16 #191

Closed aruniverse closed 2 years ago

aruniverse commented 2 years ago

in node 16, the newer versions of npm (7+) are stricter on peer deps, so the desktop templates failed with:

image

updated from @reach/router@1 -> react-router@6, see:

also made reality-data-client a real dep in the base viewer pkg

aruniverse commented 2 years ago

merging with admin priveleges. john tested locally on windows and runs fine on his end