Can it be that "shared code" does not get along with the latest Angular-Cli 9?
I get with this command:
ng new MyApp --collection @ nativescript / schematics --shared --sample
The following error message:
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated npm ERR! code ETARGET npm ERR! notarget No matching version found for @angular/http@~9.1.0. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! notarget npm ERR! notarget It was specified as a dependency of 'CommunityPlanner' npm ERR! notarget
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\patri\AppData\Roaming\npm-cache_logs\2020-06-21T09_33_18_448Z-debug.log × Package install failed, see above. The Schematic workflow failed. See above.