-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
On a fresh machine, fresh install of rakudo with rakubrew, I'm running into a weird problem.
When trying to install the Pod::To::HTML module, it attempts to install the Raku::Pod::Render module:
zef install Pod::To::HTML
===> Searching for: Pod::To::HTML
===> Searching for missing dependencies: Template::Mustache, LibCurl, Pod::Load, GTK::Simple, File::Temp, Test::Output, Test::META, Test::Deeply::Relaxed, File::Directory::Tree
===> Searching for missing dependencies: META6:ver<0.0.24+>, License::SPDX, NativeLibs:ver<0.0.7+>:auth<github:salortiz>, JSON::Fast, Test::When
===> Searching for missing dependencies: JSON::Class:ver<0.0.15+>, JSON::Name, JSON::Class:ver<0.0.14+>
===> Searching for missing dependencies: JSON::Marshal:ver<0.0.23+>, JSON::Unmarshal:ver<0.08+>, JSON::OptIn
===> Building: Raku::Pod::Render:ver<3.5.2>:auth<github:finanalyst>
[Raku::Pod::Render] 'npm' was not detected using 'npm -v'. 'npm' is needed to set up the highlighting stack.
===> Building [FAIL]: Raku::Pod::Render:ver<3.5.2>:auth<github:finanalyst>
Aborting due to build failure: Raku::Pod::Render:ver<3.5.2>:auth<github:finanalyst> (use --force-build to override)
To get Pod::To::HTML to install properly, I have to specify the author: zef install Pod::To::HTML:auth<github:Raku>
The Raku::Pod::Render module used to be called Pod::To::HTML and it was changed to avoid the conflict early last year: finanalyst/raku-pod-render#9
Not sure how, but the naming conflict still seems to be causing problems.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels