Error running `yarn run new`
seek78 opened this issue · 3 comments
Hi,
trying to run the generator for Bootstrap, I'm facing with:
Cannot find package 'yeoman-generator' imported from C:\GitHub\DNN-JavaScript-Libraries\_new\index.mjs
I'm quite sure to have installed all NPM's required packages.
Thanks,
S.
Did yarn install
complete successfully?
There's already a bootstrap package, so you don't need to run the generator to create it.
I've created a release for Bootstrap 5.3.1. This has the package from the artifacts of the GitHub Actions run for the PR to bump the Bootstrap version.
Hope it helps!
Did
yarn install
complete successfully?There's already a bootstrap package, so you don't need to run the generator to create it.
Yes, for sure.
I've created a release for Bootstrap 5.3.1. This has the package from the artifacts of the GitHub Actions run for the PR to bump the Bootstrap version.
Hope it helps!
Now I understand!
I tried clicking on the releases link here, but being wrong I tried to generate a new package!
Thanks!
S.