You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The growth chart app depends on http-server 0.9.0, which depends on ecstatic <= 2.0. When cloning and doing npm install:
npm install
npm ERR! code ETARGET
npm ERR! notarget No matching version found for ecstatic@^1.4.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'http-server'
npm ERR! notarget
The growth chart app depends on
http-server
0.9.0, which depends onecstatic
<= 2.0. When cloning and doingnpm install
:Changing the http-server version:
appears to fix it.
The text was updated successfully, but these errors were encountered: