p5-manager
p5-manager copied to clipboard
A p5js template builder & sketches manager. Built for p5js enthusiasts.
hello_?_iI try p5 update,but some **bad thing** happened: ` Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a...
I am thinking of 2 common workflow options that would be great to include. # CDN option * Generating just a sketch.js and index.html (and maybe style.css?) in a new...
Hi, it would be nice, to delete one of the current projects in the collection. I tried to delete the files and the folder, which didn't help since the reference...
Hey @chiunhau , just a heads up: the p5.js file in the libraries folder generates a libraries folder with v0.6.0 (Jan 19, 2018) after generating a new bundle, rather than...
By now p5-manager can only compile ES6 syntax into ES5, file by file, which is convenient for small sketch. However when developing larger project, we need more advantage of ES6...
This is the console result: ``` p5-manager version 0.4.2 create : my_project fs.js:660 return binding.open(pathModule.toNamespacedPath(path), ^ Error: ENOENT: no such file or directory, open '.p5rc' at Object.fs.openSync (fs.js:660:18) at Object.fs.readFileSync...
Error
When I try to create a project, I get this error fs.js:663 return binding.open(pathModule.toNamespacedPath(path), ^ Error: ENOENT: no such file or directory, open 'D:\all items\Crazy mapping video project\.p5rc' at Object.fs.openSync...
Hi I installed p5-manager with `sudo pnpm install -g p5-manager` but I got the below error: ``` $ p5 fs.js:646 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: EACCES: permission denied, open...