Is the Restful Booker app building and running locally?

Is it just me or is anyone else having a problem with building and running restful booker app locally?
@mwinteringham
What have I tried?
On Windows 11 Home edition

.\build_locally.cmd

And all I got was a build failure
I also tried on my git bash:

bash build_locally.sh

What I got?
same result - PFA screenshots


1 Like

It appears that the UI isn’t building correctly. What logs do you get when you run

npm install
npm build

Inside the assets/ui folder?

1 Like


1 Like

I am not seeing Inside the assets/ui folder?
However I see the following

Apologies I meant assets/js folder.

1 Like

I still do not see a ui log.

@mwinteringham Please update as I am not able to see any ui log as such

Did you run:

npm install
npm build

What did you see?

@mwinteringham Here are the pictures. The full logs could not be uploaded.


So looking at the error it appears that your version of Node might be the issue. You might get some support here: npm install node-sass fails: Binary has a problem: Error: \\?\D:\temp1\node_modules\node-sass\vendor\win32-x6 4-57\binding.node is not a valid Win32 application. Β· Issue #2438 Β· sass/node-sass Β· GitHub