Closed mmuenker closed 4 years ago
Version: 1.3.1 Node: 10.20.1
1.3.1
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
On which OS do you execute the command?
Pop!_OS 20.04 LTS
:tada: This issue has been resolved in version 1.3.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Version:
1.3.1
Node:10.20.1
Command:
Output:
Without the builder, the command will be executed without errors: