question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

deprication notice while build: Node#moveTo was deprecated. Use Container#append.

See original GitHub issue

Version


    _                      _                 ____ _     ___
   / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
  / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
 / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
/_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
               |___/
    
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:closed
  • Created 6 years ago
  • Reactions:31
  • Comments:31 (5 by maintainers)

github_iconTop GitHub Comments

11reactions
skorunkacommented, Jan 7, 2018

Same problem, cli 1.6.3

9reactions
clydincommented, Nov 23, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found