Can't get started (newbie alert)

Hi,

TBH I never coded before, but was curious to see if I could reach some first basic steps using some videos.
But I’m running into this problems.

Building canisters…
Building frontend…
Error: Failed while trying to build all canisters.
Caused by: The post-build step failed for canister ‘by6od-j4aaa-aaaaa-qaadq-cai’ (lort_frontend)
Caused by: Failed to build frontend for network ‘local’.
Caused by: The command ‘cd “/home/icp1234/lort” && CANISTER_CANDID_PATH=“/home/icp1234/lort/.dfx/local/canisters/lort_frontend/assetstorage.did” CANISTER_CANDID_PATH_LORT_BACKEND=“/home/icp1234/lort/.dfx/local/canisters/lort_backend/lort_backend.did” CANISTER_ID=“by6od-j4aaa-aaaaa-qaadq-cai” CANISTER_ID_LORT_BACKEND=“b77ix-eeaaa-aaaaa-qaada-cai” CANISTER_ID_LORT_FRONTEND=“by6od-j4aaa-aaaaa-qaadq-cai” DFX_NETWORK=“local” DFX_VERSION=“0.24.3” “npm” “run” “build”’ failed with exit status ‘exit status: 1’.

  1. also getting an error os 2 conig file not found.

I tried asking ai on here and got some tips, but not working.

I am just trying to deploy locally and reach that goal.

Thanks,

Keith

Follow this documentation: First smart contract | Internet Computer

Thanks might be better. Ran into this error -

Installing canisters…
Installing code for canister moon_backend, with canister ID xtnc2-uaaaa-aaaab-qadaq-cai
Something is installed in canister xtnc2-uaaaa-aaaab-qadaq-cai. Assuming new code is installed.
Installing code for canister moon_frontend, with canister ID wmfrn-xyaaa-aaaab-qadea-cai
Error: Failed while trying to deploy canisters.
Caused by: Failed while trying to install all canisters.
Caused by: Failed to install wasm module to canister ‘moon_frontend’.
Caused by: install failed
Caused by: The replica returned a rejection error: reject code CanisterReject, reject message IC0503: Error from Canister ozk6r-tyaaa-aaaab-qab4a-cai: Canister called ic0.trap with message: Wasm is not whitelisted.
Consider gracefully handling failures from this canister or altering the canister to handle exceptions. See documentation:xxx

I will look at the documents

Wasm is not whitelisted