supermedium / aframe-watcher

👀 Companion server for A-Frame Inspector to sync changes back to HTML files.
https://supermedium.com/aframe-watcher/
MIT License
96 stars 23 forks source link

I'm having difficulties starting this #18

Closed barleymalt closed 3 years ago

barleymalt commented 3 years ago

Hi, I'm struggling to understand how to use node.js to install aframe-watcher. I was able to setup node and to install aframe-watcher's packages in the project folder, but I don't understand the line: "Then launch aframe-watcher in your project directory containing HTML files.". Do I have to call it in the command line, put it in a .js file?

sorry if it's a stupid question. I'm a beginner, but I'd really like to be able to use this tool

Let me know if you have a solution

Edit: I was able to make it work with some research, but now when I click on the save button on the inspector, I receive the message in the prompt asking me to confirm the changes. Still the registered changes are not the actual changes that I've made in the inspector. I only get a # with a position change and even if I confirm the change I can se from git that nothing was added to the index.html file.

Let me know if you know why this might be happening

barleymalt commented 3 years ago

I was trying to modify entities without a defined ID. Solved