Open Closed

glob module node incompatibility #8150


User avatar
0
lukas.augustin created
  • ABP Framework version: v8.1
  • UI Type: Angular
  • Database System: EF Core MySQL
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace: [2/4] Fetching packages... error glob@11.0.0: The engine "node" is incompatible with this module. Expected version "20 || >=22". Got "18.20.4" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Hi devs, I am currently trying to run the abp install-libs command. Previously this worked just fine and since then I didn't change any packages. But now I suddenly get this node incompatibility error from the glob module. As far as I can see this module is an internal ABP dependency so I can't just try to downgrade the version. But it doesn't seem to make sense to upgrade to a newer version of node since the ABP documentation states that I need to use node v16 or v18.

current node version: 18.20.4

Any help with this error would be very appreciated.

thanks in advance!

best wishes, Lukas


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    What is the yarn version?

    Can you try to run yarn and share the output?

    My yarm is yarn --version 1.22.19

    https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md https://github.com/yarnpkg/yarn/releases

  • User Avatar
    0
    lukas.augustin created

    Hi

    I have yarn version 1.22.21 installed. This is the output from yarn:

    yarn install v1.22.21
    [1/4] Resolving packages...
    success Already up-to-date.
    Done in 0.51s.
    
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Ok, Can you install the node v20.17.0 or v20.11.0

    Thanks

Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11