Giter VIP home page Giter VIP logo

Comments (5)

basudebpal avatar basudebpal commented on July 20, 2024 1

Hi spawnia,
It is working from my end. I use Windows OS only. I can't confirm if it works in Linux\unix env.
Thank you for your quick response. I am closing this issue now. 😄

from laravel-graphql-playground.

spawnia avatar spawnia commented on July 20, 2024

Hey, can you try the version on branch download-assets-windows and see if it resolves your issue?

Thanks for the report!

from laravel-graphql-playground.

basudebpal avatar basudebpal commented on July 20, 2024

hi,
Thanks for the quick response. I am still getting a different error. Pasting the error part only instead of the full stack trace for readability.
λ php artisan graphql-playground:download-assets -v

ErrorException : mkdir(): No such file or directory

at E:\Web\PHP\laravel-windows-demo\vendor\mll-lab\laravel-graphql-playground\src\DownloadAssetsCommand.php:46

    42|         // Start at the root directory
    43|         $path = '';
    44|         foreach ($parts as $part) {
    45|             if (!is_dir($path .= DIRECTORY_SEPARATOR . $part)) {
  > 46|                 mkdir($path);
    47|             }
    48|         }
    49|
    50|         file_put_contents(

Exception trace:

1 mkdir("\E:")
E:\Web\PHP\laravel-windows-demo\vendor\mll-lab\laravel-graphql-playground\src\DownloadAssetsCommand.php:46

from laravel-graphql-playground.

basudebpal avatar basudebpal commented on July 20, 2024

I will try some debugging from my end and let you know. I am still an amateur, so, fingers crossed 😄

from laravel-graphql-playground.

spawnia avatar spawnia commented on July 20, 2024

Can you please try again with the updated version?

from laravel-graphql-playground.

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.