twittwer / nx-tools

Workspace for Nx Plugins.
40 stars 7 forks source link

Unhandled Rejection when custom logo or favicon is definend #16

Closed mmuenker closed 4 years ago

mmuenker commented 4 years ago

Version: 1.3.1 Node: 10.20.1

Command:

nx run my-lib:compodoc \
--customLogo apps/pwa/src/assets/logo.png \
--customFavicon apps/pwa/src/favicon.ico

Output:

Compodoc v1.1.11

Unhandled Rejection at: Promise { <rejected> undefined } reason: undefined

Without the builder, the command will be executed without errors:

compodoc \
-p ./libs/my-lib/tsconfig.lib.json \
-d documentation \
--customLogo apps/pwa/src/assets/logo.png \
--customFavicon apps/pwa/src/favicon.ico
twittwer commented 4 years ago

On which OS do you execute the command?

mmuenker commented 4 years ago

Pop!_OS 20.04 LTS

github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 1.3.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: