When I configure package.json with sharedPackages defaults, I get No provider for...
Defaults:
"sharedPackages": {
"token-package": {
"bundled": true,
"singleton": false
}
}
This is working in projects that use an older cookiecutter.
I checked that the dependency version is the same as the installed version and I checked that the version of the installed version is actually the correct version; I unzipped the archive and checked it.
However, due to the complexity of this subject, I’m not confident that it has anything to do with the cookiecutter.