You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found your project in the awsome-vue page, curious to see an app made with Naive UI, but I wasn't able to obtain a working build, after following the setup instructions.
After a little research, I've found a problem related with two libraries & a custom eslint config.
Now, I'm not an expert with pnpm, but I think it still uses npm packages, and these libs you made are not available in npmjs repositories:
@dolphin-admin/utils
@dolphin-admin/auto-import
@dolphin-admin/bootstrap-animation
So I cloned your repo and used this syntax in the package.json to load them from the filesystem:
Unfortunately even that repository had some inconsistencies (check my PR there: dolphin-admin/core#22), after fixing them, I was finally able to run this project.
I think that you need to add some info in the README, as a noob like me doesn't know your project, and wants the soup ready & cooked 😃 - like the APIs, why don't you link the https://github.com/dolphin-admin/nest-api ?
Hopefully this doesn't sound like a critique, but it looks like you spent some time to develop this, why don't you complete the missing 5% to honour your hard work?!
The text was updated successfully, but these errors were encountered:
Hi,
I've found your project in the awsome-vue page, curious to see an app made with Naive UI, but I wasn't able to obtain a working build, after following the setup instructions.
After a little research, I've found a problem related with two libraries & a custom eslint config.
Now, I'm not an expert with pnpm, but I think it still uses npm packages, and these libs you made are not available in npmjs repositories:
@dolphin-admin/utils
@dolphin-admin/auto-import
@dolphin-admin/bootstrap-animation
So I cloned your repo and used this syntax in the
package.json
to load them from the filesystem:"@dolphin-admin/utils": "link:../core/packages/utils",
Unfortunately even that repository had some inconsistencies (check my PR there: dolphin-admin/core#22), after fixing them, I was finally able to run this project.
I think that you need to add some info in the README, as a noob like me doesn't know your project, and wants the soup ready & cooked 😃 - like the APIs, why don't you link the https://github.com/dolphin-admin/nest-api ?
Hopefully this doesn't sound like a critique, but it looks like you spent some time to develop this, why don't you complete the missing 5% to honour your hard work?!
The text was updated successfully, but these errors were encountered: