p8
p8 copied to clipboard
p8 spamming stderr with moonc
To fix I had to remove moonc (despite your annotation it was still being required), remove it from dependencies and remove .moon compilation, otherwise the tool was unusable on linux because moon was spamming into (fake) sderr constant stream:
stderr: lua: cannot open /snapshot/p8/node_modules/moonc/moon.lua: No such file or directory stderr: stderr: lua: cannot open /snapshot/p8/node_modules/moonc/moon.lua: No such file or directory stderr: stderr: lua: cannot open /snapshot/p8/node_modules/moonc/moon.lua: No such file or directory stderr:
This utility will help you quickly create a p8.json file. This file will keep track of basic info and the dependencies of your project.
Use p8 add <filepath or url>
afterwards to save dependencies in p8.json.