You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked out the project and executed npm install at first. This showed many depricated methods and 3 critical issues. It was possible to execute npm run dev and server started but the application was not shown and no proper error was shown on the console.
The npm run build was not able to be executed and the error was that the install-brandings.sh was not found and couldn't be executed on windows.
The log of npm run build was:
C:\.....Hedera\hedera-mirror-node-explorer> npm run build
> [email protected] build
> run-p type-check build-only
> [email protected] type-check
> vue-tsc --noEmit -p tsconfig.vitest.json --composite false
> [email protected] build-only
> npm run install:branding && vite build
> [email protected] install:branding
> . ./src/assets/branding/install-branding.sh
Der Befehl "." ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
ERROR: "build-only" exited with 1.
The text was updated successfully, but these errors were encountered:
I checked out the project and executed
npm install
at first. This showed many depricated methods and 3 critical issues. It was possible to executenpm run dev
and server started but the application was not shown and no proper error was shown on the console.The
npm run build
was not able to be executed and the error was that theinstall-brandings.sh
was not found and couldn't be executed on windows.The log of
npm run build
was:The text was updated successfully, but these errors were encountered: