Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p8 spamming stderr with moonc #4

Open
Enerccio opened this issue Jun 23, 2021 · 0 comments
Open

p8 spamming stderr with moonc #4

Enerccio opened this issue Jun 23, 2021 · 0 comments

Comments

@Enerccio
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant