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
Thanks for this project and the accompanying blog post!
Perhaps this is an issue with my npm setup, but using the scaffolding failed when I installed this package globally.
That is, when I ran npm install @nestjsplus/dyn-schematics -g and then tried to use it in my project, via nest g -c @nestjsplus/dyn-schematics dynmod database, the result was an error:
Error: Collection "@nestjsplus/dyn-schematics" cannot be resolved.
After installing it as a dev dependency, it worked as expected.
Figured I would pass this along, in the event that it is an issue, or anyone else encounters it.
Best!
The text was updated successfully, but these errors were encountered:
Thanks for this project and the accompanying blog post!
Perhaps this is an issue with my npm setup, but using the scaffolding failed when I installed this package globally.
That is, when I ran
npm install @nestjsplus/dyn-schematics -g
and then tried to use it in my project, vianest g -c @nestjsplus/dyn-schematics dynmod database
, the result was an error:After installing it as a dev dependency, it worked as expected.
Figured I would pass this along, in the event that it is an issue, or anyone else encounters it.
Best!
The text was updated successfully, but these errors were encountered: