whitelabel page error

Is there any error on console now? Or is it hanging on npm packages installation? Can you share the whole project? As a github repo or as a zip file (removing first node_modules directory, if present)?

there is not node_modules

but i will give you the file

This is the error on console

    at com.vaadin.flow.server.frontend.TaskRunNpmInstall.runNpmInstall(TaskRunNpmInstall.java:407) ~[flow-server-23.3.3.jar:23.3.3]
    at com.vaadin.flow.server.frontend.TaskRunNpmInstall.execute(TaskRunNpmInstall.java:183) ~[flow-server-23.3.3.jar:23.3.3]
    at com.vaadin.flow.server.frontend.NodeTasks.execute(NodeTasks.java:342) ~[flow-server-23.3.3.jar:23.3.3]
    at com.vaadin.base.devserver.startup.DevModeInitializer.runNodeTasks(DevModeInitializer.java:435) ~[vaadin-dev-server-23.3.3.jar:na]
    at com.vaadin.base.devserver.startup.DevModeInitializer.lambda$initDevModeHandler$0(DevModeInitializer.java:348) ~[vaadin-dev-server-23.3.3.jar:na]
    at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[na:na]
    at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[na:na]
    at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) ~[na:na]
    at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1311) ~[na:na]
    at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1840) ~[na:na]
    at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1806) ~[na:na]
    at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) ~[na:na]

A couple of line above there should be a log message saying something like “Command npm failed:”

Can you post also those lines?

Just above “Dependency ERROR. Check that all required dependencies are …”

I am not on my pc, I will paste when i get on. Sorry for inconvenience.

message.txt (37.5 KB)

this is not there

I sended all

Seems like a nodejs issues
Can you please run the following commands and paste the output

C:\Program Files\nodejs\node.cmd --help
C:\Program Files\nodejs\node.cmd -p 'crypto.createHash("md4")'

I’m not a windows user, so I’m not sure if node.cmd is the correct binary

Are you running windows 7?

“ERR_OSSL_UNSUPPORTED” sounds like some old OS problem… not sure how to update open ssl on windows (no windows user as well)

ok

I use window 10

this the output of the --help command
message.txt (16.7 KB)

This is the output of the second commmand
image.png

Can you post also the contents of C:\Users\Urvah\AppData\Local\npm-cache\_logs\2023-01-29T10_09_12_085Z-debug-0.log?
Maybe we can find something more there