Nicolás Hernán Silva
Nicolás Hernán Silva
I would like to work on this issue @jelveh.
Well indeed I would need some guidance to get the project up and running on my machine.
@jelveh I am able to run `npm install` and have all the packages but when I enter the command `npm start` The console does this: `[INFO::__dev-watcher] (10.578s) [puter.js:webpack-watch:out]` `[INFO::__dev-watcher] (10.579s)...
Yes i am indeed using windows. Well let me know if I can be of any help solving this too.
@KernelDeimos After the command `npm start` this is the sequence I get This `[INFO::__dev-watcher]` throws some of the first errors  More `[INFO::__dev-watcher]` errors 
> Feel free to report back about anything that's under-documented btw. Will do, I will start with the issue now.
I have started the issue yesterday and encounter some problems. I have found that I need to use `puter.fs.readdir()` to manage folder and files, and all are async functions. In...
The feature now its almost done, on service start I save all the custom template files and then on new_context_menu_item show them to the user. I have encounter the following...
This is my browser's dev console after clicking the save button on the text editor  Uncaught in promise was the output after clicking save file on...