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

how to run landscapeapp locally step by step? #828

Closed
Black-Gold opened this issue Jun 12, 2022 · 4 comments
Closed

how to run landscapeapp locally step by step? #828

Black-Gold opened this issue Jun 12, 2022 · 4 comments

Comments

@Black-Gold
Copy link

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!

@moise3
Copy link

moise3 commented Jul 29, 2022

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 ?

@AndreyKozlov1984
Copy link
Contributor

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
Copy link
Contributor

AndreyKozlov1984 commented Oct 11, 2022 via email

@breezybaldwin
Copy link

breezybaldwin commented Nov 6, 2022

@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'
}

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

4 participants