Plugin developed by typescript won't show in the admin panel

System Information
  • Strapi Version: 4.10.2
  • Operating System: mac
  • Database: sqlite
  • Node Version: 18.16
  • NPM Version: 9.5.1
  • Yarn Version:

I followed the instruction and created a todo app with typescript, however, the “todo” plugin won’t show in the admin panel.

This is screenhot

Here is the github code:

this is the registration code:

I think, I am not the only one get this problem. I also saw this post with the same problem:

Can you give me some suggestions? Thanks very much for the help!

Best,
Conny

Same problem, switched to yarn to generate and build the plugin and everything worked as expected.

P.S. If you don’t have yarn you can install it with

sudo npm install --global yarn
1 Like