motion-canvas / examples

A set of examples for Motion Canvas
MIT License
1.03k stars 62 forks source link

Failed to resolve entry for package "@examples/lezer-gdscript" #13

Open wingandstache opened 8 months ago

wingandstache commented 8 months ago

When attempting to run asset-code I get the following error: Internal server error: Failed to resolve entry for package "@examples/lezer-gdscript". The package may have incorrect main/module/exports specified in its package.json.

A-Walrus commented 5 months ago

Was able to get this working by running: npm run generate and npm run build in the utils/lezer-gdscript directory. Should probably be fixed so that it works out-of-the-box, but this should at least fix it for now.