workshopper / how-to-npm

A module to teach you how to module.
https://www.npmjs.com/package/how-to-npm
ISC License
1.09k stars 212 forks source link

Exercise 9 didn't recognise version bump #94

Closed lincore81 closed 7 years ago

lincore81 commented 7 years ago

This is a very minor issue, it worked the second time:

howto$ npm version
{ '@lincore/howto': '1.0.0',
...
  zlib: '1.2.8' }
howto$ npm version 1.0.1
v1.0.1
howto$ how-to-npm verify
Uh oh!
The version is still 1.0.1
Check `npm help version` for a handy util to do this.
howto$ npm version 1.0.2
v1.0.2
howto$ how-to-npm verify
Great job!
Run `how-to-npm` for the next exciting challenge!
watilde commented 7 years ago

Hello. Do you still face this error?

watilde commented 7 years ago

Closing as resolved since there are no more reporters about this, but feel free to reopen this if you're still facing the error. Thanks!