Code Monkey home page Code Monkey logo

Comments (3)

alestiago avatar alestiago commented on September 27, 2024

Hi @djkingCanada! Thanks for submitting an issue.

I would like to reproduce the issue. Can you provide an enumerated list of steps to reproduce this issue?


I'm willing to help with this if someone could give me a place to start looking.

As a guess, this is probably related to the bundling process, you might want to take a look at the dart_frog_prod brick, see:

final externalDependencies = await createExternalPackagesFolder(

from dart_frog.

djkingCanada avatar djkingCanada commented on September 27, 2024

@alestiago: All I did was run the build on a windows machine, that produces a docker file with \ used in the file paths and then when you try to use that docker file to build a Linux image things break.

from dart_frog.

salim-lachdhaf avatar salim-lachdhaf commented on September 27, 2024

I have the same issue.

to reproduce the issue:

  • use a local lib like this :
 shared:
       path: ../server/packages/shared
  • build : dart_frog build (on Windows) => this will generate pubspec_overrides.yaml file in the build directory.
    that contains :
dependency_overrides:
  shared:
    path: .dart_frog_path_dependencies\shared

you will notice that we have \ not /.

  • Deploy : to Cloud Run you will get this error:
    Because server depends on shared from path which doesn't exist (could not find package shared at ".dart_frog_path_dependencies\shared"), version solving failed.

from dart_frog.

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.