Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Warnungen bei NPM Install Aufruf #7

Open
hummigbird1 opened this issue Jan 4, 2023 · 1 comment
Open

Fix: Warnungen bei NPM Install Aufruf #7

hummigbird1 opened this issue Jan 4, 2023 · 1 comment

Comments

@hummigbird1
Copy link
Owner

Aktuell werden beim Ausführen von "npm i" folgende Warnungen gemeldet:

npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see request/request#3142
npm WARN deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular
npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see palantir/tslint#4534 for more information.

@hummigbird1 hummigbird1 changed the title Fix: Warnnungen bei NPM Install Aufruf Fix: Warnungen bei NPM Install Aufruf Jan 4, 2023
hummigbird1 added a commit that referenced this issue Jan 5, 2023
- Remove some deprecation warnings (#7) by updating and removing some no longer needed dependencies
@hummigbird1
Copy link
Owner Author

hummigbird1 commented Jan 5, 2023

Nach einem Abgleich der Paket Abhängigkeiten aus einem neuen leeren Angular Projekt verbleiben noch

npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead

(Die gleichen Warnungen kommen auch bei einem komplett neu angelegten leeren Angular Projekt - scheint also aktuell der Normalzustand für die Angular v15 zu sein)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant