landscapeapp icon indicating copy to clipboard operation
landscapeapp copied to clipboard

how to run landscapeapp locally step by step?

Open Black-Gold opened this issue 2 years ago • 2 comments

run landscapeapp locally step by step

The README.md about Installing Locally is not work! How to run development on local Linux step by step with the latest version? I am very interested in this project, please advise! Looking forward to your reply!

Black-Gold avatar Jun 12 '22 06:06 Black-Gold

run landscapeapp locally step by step

The README.md about Installing Locally is not work! How to run development on local Linux step by step with the latest version? I am very interested in this project, please advise! Looking forward to your reply!

Me too... anyone could help us ?

moise3 avatar Jul 29 '22 21:07 moise3

Hello! Can you try node server.js in the cncf/landscape repo ? It will do everything for you! After few seconds the full web server is ready and you can preview on a port 8001, plus it rebuilds automatically on any change and does not require any local key to be installed

AndreyKozlov1984 avatar Aug 01 '22 12:08 AndreyKozlov1984

Hi, I am updating readme, the goal is to completely get rid of any dependencies

Sent from my iPhone

On 12 Jun 2022, at 07:04, Black-Gold @.***> wrote:

 run landscapeapp locally step by step

The README.md about Installing Locally is not work! How to run development on local Linux step by step with the latest version? I am very interested in this project, please advise! Looking forward to your reply!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

AndreyKozlov1984 avatar Oct 11 '22 08:10 AndreyKozlov1984

@AndreyKozlov1984 I got this error when running

node:internal/validators:129
    throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
    ^

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
    at new NodeError (node:internal/errors:329:5)
    at validateString (node:internal/validators:129:11)
    at Object.join (node:path:1081:7)
    at Server.<anonymous> (/Users/breezy/Documents/GitHub/landscapeapp/server.js:58:23)
    at Server.emit (node:events:379:20)
    at parserOnIncoming (node:_http_server:938:12)
    at HTTPParser.parserOnHeadersComplete (node:_http_common:129:17) {
  code: 'ERR_INVALID_ARG_TYPE'
}

breezybaldwin avatar Nov 06 '22 01:11 breezybaldwin