jozanza / p8

👾 PICO-8 dependency manager

Home Page:https://www.npmjs.com/package/p8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p8 spamming stderr with moonc

Enerccio opened this issue · comments

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.