Gar
Gar
The proposed solution was not the right one, this is something that is going to need to be fixed in the docs site itself. It *should* be able to handle...
@MylesBorins I have no idea where to start. There seems to be a bug with whatever markdown rendering library is being used when there are headers w/ duplicate names. The...
Github's markdown renderer also does not have this bug https://github.com/npm/cli/blob/latest/docs/content/configuring-npm/package-json.md#description-1
This is being tracked in https://github.com/npm/cli/issues/4838
> This is failing due to the reduced test coverage. I can't figure out a way to test this behavior just from using `libnpmpack` -- I'd have to either spawn...
I did see it. We are currently focused on breaking changes for npm 9 and there isn't any bandwidth right now for anyone to help you on this. If you...
How did you add `spawk`? If you used `npm install` it should have updated the lockfile accordingly.
`npm install -D spawk -ws libnpmpack`
Well fiddlesticks. Good news is you found a case that causes that error to happen so we can debug it now. Bad news is you can't install and update the...
@winterqt I am so sorry I told you to run the wrong command. It should be `-w` not `-ws`.