how-to-npm icon indicating copy to clipboard operation
how-to-npm copied to clipboard

Stalled on 'Outdated' challenge

Open phildini opened this issue 8 years ago • 3 comments

Trying to run npm outdated gets me:

npm ERR! Darwin 14.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "outdated"
npm ERR! node v5.2.0
npm ERR! npm  v3.5.2
npm ERR! code E404

npm ERR! 404 missing : how-to-npm
npm ERR! 404
npm ERR! 404  'how-to-npm' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/phildini/Repos/nodeschool/how-to-npm/npm-debug.log

Not sure how to proceed?

phildini avatar Dec 20 '15 21:12 phildini

How did you proceed?

elimcjah avatar Nov 14 '16 21:11 elimcjah

i met another problem

root@4353b8c24d53:/npm-practice# ls

README.md  node_modules  package-lock.json  package.json  test.js

root@4353b8c24d53:/npm-practice# npm outdated

Package       Current  Wanted  Latest  Location                   Depended by

npm-practice    1.0.1   1.0.6   1.0.6  node_modules/npm-practice  npm-practice

root@4353b8c24d53:/npm-practice# how-to-npm verify npm-practice

Nope, it's not npm-practice.  Try again!

i don't konw where is wrong

helloking001 avatar Mar 19 '21 08:03 helloking001

how-to-npm verify @linclark/pkg

fatlard1993 avatar Mar 26 '21 23:03 fatlard1993