Closed jonathantcrawford closed 2 years ago
Templates run fine if you clone the entire self.id repo and run them from the templates folder.
When attempting to run each template locally after cloning via npx degit ceramicstudio/self.id/templates/<tempate> <name> I get the same error.
npx degit ceramicstudio/self.id/templates/<tempate> <name>
Invalid or unexpected token <dir>/next-notes-typescript/node_modules/@self.id/multiauth/assets/fortmatic.png:1 �PNG
The templates are dependent on some other configuration inside the monorepo.
This should be fixed now, could you try pulling the template with degit again please?
degit
Yep, looks like the issue is fixed! Thanks @PaulLeCam
Description
Templates run fine if you clone the entire self.id repo and run them from the templates folder.
When attempting to run each template locally after cloning via
npx degit ceramicstudio/self.id/templates/<tempate> <name>
I get the same error.Technical Information
The templates are dependent on some other configuration inside the monorepo.