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
Describe the bug
Can't install the dependencies. The module @angular/http is required but it does no longer exist for angular 9
Installing packages...npm WARN deprecated [email protected]: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information.
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
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 'app'npm ERR! notarget npm ERR! A complete log of this run can be found in:npm ERR! /Users/Daweed/.npm/_logs/2020-06-17T04_08_53_846Z-debug.log✖ Package install failed, see above.The Schematic workflow failed. See above.
To Reproduce
run ng new --collection=@nativescript/schematics app --shared --style=scss
Expected behavior
Install without error
The text was updated successfully, but these errors were encountered:
d-koppenhagen
added a commit
to d-koppenhagen/nativescript-schematics
that referenced
this issue
Jun 18, 2020
Environment
Angular CLI: 9.1.8
Node: 12.16.3
OS: darwin x64
[email protected]
Describe the bug
Can't install the dependencies. The module
@angular/http
is required but it does no longer exist for angular 9To Reproduce
run
ng new --collection=@nativescript/schematics app --shared --style=scss
Expected behavior
Install without error
The text was updated successfully, but these errors were encountered: