Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not buildable on Windows with VSCode #1438

Open
mariyaraj opened this issue Oct 17, 2024 · 0 comments
Open

Not buildable on Windows with VSCode #1438

mariyaraj opened this issue Oct 17, 2024 · 0 comments

Comments

@mariyaraj
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant