ceramicstudio / self.id

Developer suite for decentralized user identity
https://self.id
Other
99 stars 32 forks source link

Unexpected token at multiauth/assets/fortmatic.png #60

Closed jonathantcrawford closed 2 years ago

jonathantcrawford commented 2 years ago

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.

Invalid or unexpected token
<dir>/next-notes-typescript/node_modules/@self.id/multiauth/assets/fortmatic.png:1
�PNG

Technical Information

The templates are dependent on some other configuration inside the monorepo.

PaulLeCam commented 2 years ago

This should be fixed now, could you try pulling the template with degit again please?

jonathantcrawford commented 2 years ago

Yep, looks like the issue is fixed! Thanks @PaulLeCam