Brian Woodward

Results 261 comments of Brian Woodward

@tunnckoCore did you remove any previously globally installed `verb` and `verb-cli` modules? Try doing: ``` sh $ npm uninstall -g verb $ npm uninstall -g verb-cli $ npm i -g...

@tunnckoCore try installing now with `npm i -g verbose/verb#dev`. The `bin` and `lib` folders were not in the `package.json` files prop. I think I didn't have the issue because I...

Hi @jameslinimk thanks for the issue. Will you show an example of how you're using `npm-api` so I can understand the issue better? This looks like the same issue as...

Sorry, I missed this before. NPM has made some changes and I think I'll need to make updates to the `.view` and `.list` methods. I might not be able to...

If you'd like to do a PR to add a TypeScript definitions file that would be appreciated!

@Graham42 I just looked into this some. When using `npx` with the `-p` flag, `npx` will download the package into a temporary "global" folder. The way `generate` works is that...

You can use the `reverse` option. This is the same as sorting in descending order. See the [usage example](https://github.com/jonschlinkert/array-sort#usage) to see if this is what you're looking for.

Closing this... you can use `reverse` to get the array sorted in descending order.

I'll try to work on this sometime along with #9. I think there are concepts that we can look at to make this easier to do.

Thanks for the issue. I can see how these will make it easier to sort the way you'd prefer. I view these types of sorts working like sorting multiple columns...