crazyoptimist
crazyoptimist
`esAdmin` (Inspired from `pgAdmin`)
In your `package.json` file, replace `"html-pdf": "^2.2.0"` with ``` "html-pdf": "git+https://github.com/418sec/node-html-pdf.git" ``` You can try this until a new patch would be published, that repo seems to be safe to...
> Can we get this published on NPM? That would be great. Love what you did there. It's not my repo, I just found it, @snowmac Ask the [owners](https://github.com/418sec) maybe?
okay, I will do a PR closing this issue.
Looks great. It's pretty simple but you can still publish it as another package to npm registry.
I'm applying to the new maintainer. @remie
Same issue here, it sometimes takes more than 5 minutes on my laptop, which has 100MB/s download speed.
same issue here. with v4.0.1, typeorm ^0.2.41. rolling back to v3.2.1 worked for now.
I didn't remember whether it presented the warning msg or not. But apparently, build failed due to the type error. I think it's okay however, typeorm should be updated instead....
```bash --dir value, -d value Directories you want to parse,comma separated and general-info file must be in the first one (default: "./") ``` Above is from the output of `swag...