deprication notice while build: Node#moveTo was deprecated. Use Container#append.
See original GitHub issueVersion
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 1.5.3
Node: 8.9.1
OS: linux x64
Angular: 5.0.0
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router
@angular/cli: 1.5.3
@angular/tsc-wrapped: 4.4.6
@angular-devkit/build-optimizer: 0.0.32
@angular-devkit/core: 0.0.20
@angular-devkit/schematics: 0.0.35
@ngtools/json-schema: 1.1.0
@ngtools/webpack: 1.8.3
@schematics/angular: 0.1.0
typescript: 2.4.2
webpack: 3.8.1
Observed behavior
30% building modules 167/168 modules 1 active ...nts/src/styles.scssNode#moveTo was deprecated. Use Container#append.
After updating to 1.5.3 I get this notice with scss
while running ng build --prod
Issue Analytics
- State:
- Created 6 years ago
- Reactions:31
- Comments:31 (5 by maintainers)
Top Results From Across the Web
Deprecation Errors When Trying to Run an Old Laravel Project
The new machine was running PHP 8.1.11, but when trying to composer update the old project errored out, requiring me to use 7.1....
Read more >The Complete Guide for Deprecation Warnings in Rails
In this guide we'll show you what the workflow is that we use at FastRuby.io to address deprecation warnings when we upgrade Rails ......
Read more >Deprecated and deprecation notice with Laravel 9.x - Laracasts
I just started a new project to test Laravel 9.x with PHP 8.1. I have several deprecated messages and deprecation notice messages during...
Read more >Feature Deprecation Notice | Vault - HashiCorp Developer
Feature Deprecation announcement End of Support Featur...
Vault Enterprise storage backend N/A v1.12 N/A
Vault generation of Dynamic SSH Keys v0.7.1 N/A v1.13
Duplicative Docker Images...
Read more >Deprecation notices in Go - rakyll.org
In Go, for a long time, we didn't have a convention to label the deprecated APIs. In the past years, there is new...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same problem, cli 1.6.3
This is coming from cssnano. It still uses some deprecated methods. The methods still function and the warning will only be shown at most once. The next version of cssnano (when released) should completely resolve the issue.