About dev environment #2373
Unanswered
Ashleeey1224
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Where do you run the markbin serve command? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team, I tried to modify codes and try to print output (console.log), but the terminal, debug console... didn't print anything. Any changes I applied didn't run. So I guess probably my dev environment didn't setup properly. That's why I wanna ask for help to check and ensure my environment is correct.
I followed the steps in the documentation, and all my Prerequisites are updated, I did this
![Screenshot 2023-10-20 at 1 41 06 am](https://private-user-images.githubusercontent.com/105656080/276653224-3b96a6f6-95ca-4826-bf23-b6734a6dd483.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MzI0ODksIm5iZiI6MTczOTQzMjE4OSwicGF0aCI6Ii8xMDU2NTYwODAvMjc2NjUzMjI0LTNiOTZhNmY2LTk1Y2EtNDgyNi1iZjIzLWI2NzM0YTZkZDQ4My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwNzM2MjlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00YTJhMGI5NzdiZDk3OTI1ZjVhMTRkOGU4ZDY1YzUyODQ3MzFmZGFjZDM1MzNkZGM1MDY5MzVkY2Y2ZTZmZTIxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Z-1A10yYzfRnZNZvSXMPB2g1uAO-ICxGIjtIxMg-WdM)
When I re-run "markbin serve", the terminal prints these: is it okay?
![Screenshot 2023-10-20 at 1 42 02 am](https://private-user-images.githubusercontent.com/105656080/276653463-414f2059-83a7-4c6a-8a18-a8f66e0721dd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MzI0ODksIm5iZiI6MTczOTQzMjE4OSwicGF0aCI6Ii8xMDU2NTYwODAvMjc2NjUzNDYzLTQxNGYyMDU5LTgzYTctNGM2YS04YTE4LWE4ZjY2ZTA3MjFkZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwNzM2MjlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iZmM3MDU4OGYzMDdkNWY3Y2IwMWM0YTYzYjk0ZmFhNTU4YjI4ZjczMDhmY2NiZDYzOTE0ZjdlNjQzNDZlZjY2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.AZ3XHsyQ6FiWThjIE3u9Q3Q6gDLPF_Qeq6s0_fvI5gs)
Based on my current working issue, I tried to found the ts files to edit: CustomListIconProcessor.ts and NodeProcessor, but nothing change, even the console.log()
Beta Was this translation helpful? Give feedback.
All reactions