GithubHelp home page GithubHelp logo

Comments (8)

jtomek avatar jtomek commented on July 30, 2024 14

Add a dev dependency svgo version 2.8.0 until this gets resolved.

#65 (comment)

from astro-icon.

SiriusBits avatar SiriusBits commented on July 30, 2024 2

Google brought me here. Same issue. Happy to help solve this in the next one but needed to downgrade SVGO to fix the build.

from astro-icon.

philschonholzer avatar philschonholzer commented on July 30, 2024 1

Have the same problem when deploying on netlify.

11:34:31 AM: Error: [astro-icon] Unable to load icon "mdi:heart-outline"!
11:34:31 AM: Error: Unknown builtin plugin "cleanupIDs" specified.

I'm using pnpm, so maybe that causes problems.
I could fix it by adding svgo as a dep and downgrading to 2.8.0.

{
  "name": "philipschoenholzer.com",
  "version": "1.1.2",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro check && astro build",
    "preview": "astro preview",
    "format": "prettier -w src"
  },
  "devDependencies": {
    "@astrojs/image": "^0.12.1",
    "astro": "1.6.15",
    "astro-icon": "^0.8.0",
    "prettier-plugin-astro": "0.7.0",
    "sass": "^1.56.2",
    "sharp": "^0.31.2",
    "svgo": "2.8.0"
  }
}

from astro-icon.

soerenmartius avatar soerenmartius commented on July 30, 2024

same issue here

from astro-icon.

TheOtterlord avatar TheOtterlord commented on July 30, 2024

Same here

src/pages/index.astro
error [astro-icon] Unable to load icon "mdi:search"!
Error: Unknown builtin plugin "cleanupIDs" specified.

from astro-icon.

TheOtterlord avatar TheOtterlord commented on July 30, 2024

Only when building. It's fine during development

from astro-icon.

jtomek avatar jtomek commented on July 30, 2024

same issue here

from astro-icon.

stramel avatar stramel commented on July 30, 2024

This is a dependency issue with the v3 major release of SVGO. Going to mark this as a duplicate of #65 for now. There are plans to release this in the next major release.

from astro-icon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.