Henrique Mattos
Henrique Mattos
Could you solve this case somehow?
I'm running on macOS Catalina with Node v13 and could have a successful build after the following: In my case it was missing the path to XCode used by node-gyp,...
@RandomByte any plans/roadmap for this one? Or any plugin/extension to use here?
This is also happening with Docker for macOS. Running my `node` container with `npm run build` warns of orphan containers and suggests to run with `--remove-orphans`: ``` $ docker compose...
Hi, @petermuessig we do have this as a middleware for the `server`. Do you think we can extend to the `builder`?
Thank you for all the information, transparency, and hard-work of the team. Looking forward to v2 ☺️ . Would it be possible in the new Documentation project, to have the...
What's necessary to takeover?
Still happening for me on version 1.0.1, but I've found a hint in a [README file](https://github.com/http-party/http-server/blob/8f7fcb08003952ec300874559690d0d75d241ffa/README.md?plain=1#L35) that pointed me to avoid `-o` and just use the path directly. The following...
Hi, @PetyaMarkovaBogdanova . Took me some time to understand and process your comment. Thank you for explaining about the registration of IllustrationPool. I have done it for IconPool, but not...
I came here to report the same ticket: ```shehll > eslint ./**/webapp/**/*.js --fix && prettier --plugin=@prettier/plugin-xml --write ./**/webapp/**/*.{js,xml} --no-error-on-unmatched-pattern (node:46559) ESLintIgnoreWarning: The ".eslintignore" file is no longer supported. Switch to...