PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Error install script

Solved
habetech

Nov 23rd, 2022 07:08 AM

Hi i try install one of script "geekshop" and get this error. when i run composer install

In RootPackageLoader.php line 160:

require.voyager-themes is invalid, it should have a vendor name, a forward slash, and a package name. The vendor and package name can be words separated by -, . or . The complete name should match "^a-z0-9*/[a-z0-9](([.]?|-{0,2})[
a-z0-9]+)*$".

bobbyiliev

Nov 23rd, 2022 07:30 AM

Best Answer

Hi there,

There was recently a similar question here:

https://devdojo.com/question/some-questions

As a quick fix for the GeekShop installation, you can edit the composer.json file, find the following line:

        "voyager-themes": "^0.11.0",

And then change it to:

        "thedevdojo/voyager-themes": "^0.11.0",

Let me kno how it goes!

habetech

Nov 24th, 2022 02:00 AM

yes it working.. thnx

bobbyiliev

Nov 24th, 2022 02:39 AM

No problem! Happy to hear that it is working!

fyrstrike

Sep 11th, 2023 03:31 AM

Hello, I did that too but continue to get these errors on my server. I think im missing somthing:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires thedevdojo/voyager-themes, it could not be found in any version, there may be a typo in the package name.
  Problem 2
    - phpunit/phpunit[6.0.0, ..., 6.5.14] require php ^7.0 -> your php version (8.1.22) does not satisfy that requirement.
    - Root composer.json requires phpunit/phpunit 6.* -> satisfiable by phpunit/phpunit[6.0.0, ..., 6.5.14].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Any advice would be super appreciated. Thank you

bobbyiliev

Sep 18th, 2023 06:05 AM

Hey, just a quick update here, this has now been sorted out. Let me know if anything else pops up.