Changes in code on local machine are not getting reflected on the localhost #2791
Replies: 13 comments
|
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already. |
|
What is the error you are facing ? |
|
i am not able to see changes in the p5.js local machine setup when i change code on the local machine, i have attached the screenshot for reference |
|
please specify your docker version. |
|
docker version: 24.0.7 |
|
where have you made the changes ? |
|
yeah i am also facing same issue i have changed i name Cookies into Cookies222 and i am not able to see the change. |
|
when you restart server , are you able to see then ? |
|
yes i can see them when i restart the container and , when i enter the docker container(by the command docker exec -it ) i can see the files inside are being changed inside the container but don't know why are not being reflected into the localhost. |
|
You can follow the manual installation |
|
@rahulrangers you should consider switching to other operating system. I did the same, it runs fine on linux |
|
i tried manual installation and it is working thanks for your help :) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
p5.js version
No response
What is your operating system?
windows 11
Web browser and version
chrome://120.0.6099.72
Actual Behavior
when p5.js code is run on local machine and changes are made, they are not getting reflected on localhost.
Expected Behavior
if changes are made in the code the respective changes should reflect on the localhost
Steps to reproduce
Steps:
All reactions