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
Hi, I tried running npm install while following the code added in package.json and I get this error.
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected].
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 'Common Node Conventions'
npm ERR! notarget
FYI.
So I just tried to use "jokes 0.0.2" just like in your tutorial and it works.
The text was updated successfully, but these errors were encountered:
Hi, I tried running npm install while following the code added in package.json and I get this error.
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected].
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 'Common Node Conventions'
npm ERR! notarget
FYI.
So I just tried to use "jokes 0.0.2" just like in your tutorial and it works.
The text was updated successfully, but these errors were encountered: