failure during building appointment scheduling UI module even after installing npm and bower

I cloned the module from github and used the mvn clean install command to built it and this error appeared: http://pastebin.com/VQHgD28w

looking at this topic: Build failure for appointmentschedulingui module looks like I need to install npm?

Thanks

After I installed npm and bower, building still failed and this error appeared: http://pastebin.com/q6QmNDqQ

@hossam remove the space in this folder name “Hossam Ali” and then compile again. You could for instance rename it to “HossamAli”

@dkayiwa I did and build still failed http://pastebin.com/uJkSGchf

also there’s this line in the log: building: [echo] [exec] npm WARN package.json mirebalais.apppointmentschedulingui@0.0.1 No README data [exec] npm WARN package.json mirebalais.apppointmentschedulingui@0.0.1 license should be a valid SPDX license expression

this is the whole log of the build attempt: http://pastebin.com/sBDQVUJf

Is this of any help? http://stackoverflow.com/questions/12637203/why-does-createprocess-give-error-193-1-is-not-a-valid-win32-app

Honestly because I don’t have experience in this whole process, I don’t know how to find use in the page you sent

dkayiwa Daniel Kayiwa /dev/5 July 6

Is this of any help? windows - Why does CreateProcess give error 193 (%1 is not a valid Win32 app) - Stack Overflow


Visit Topic or reply to this email to respond.


In Reply To hossam Hossam Ali July 6 also there’s this line in the log: building: [echo] [exec] npm WARN package.json mirebalais.apppointmentschedulingui@0.0.1 No README data [exec] npm WARN package.json mirebalais.apppointmentschedulingui@0.0.1 license should be a valid SPDX license expression this is the whole log of…

Try googling with this text: “CreateProcess error=193, %1 is not a valid Win32”. Then take a look at some of the links that show up.

I did…looks like my windows is 64 bit and it’s not compatible with what I’m trying to build