Giter Club home page Giter Club logo

Comments (3)

jwilm avatar jwilm commented on July 24, 2024

Can you post the output of tree -L 2 modules run from /home/lakeba/projects/wordfinder? If you're on mac, you can install tree from homebrew brew install tree. If on linux, I would expect it's either preinstall or available via apt.

from devkit-core.

jeeva1803 avatar jeeva1803 commented on July 24, 2024

the output of tree -L 2 modules run from run from /home/lakeba/projects/wordfinder is as follows,

modules
|-- adAggregator
| |-- android
| |-- js
| |-- package.json
| |-- package.json~
| -- README.md |-- appflood | |-- android | |-- ios | |-- js | |-- package.json | |-- package.json~ |-- README.md
|-- devkit-billing
| |-- android
| |-- ios
| |-- js
| |-- package.json
| -- README.md |-- devkit-core | |-- modules | |-- node_modules | |-- package.json | |-- scripts |-- src
|-- devkit-facebook
| |-- android
| |-- build
| |-- ios
| |-- js
| |-- node_modules
| |-- package.json
| |-- README.md
| |-- test
| -- test-app |-- devkit-localnotify | |-- android | |-- ios | |-- js | |-- package.json |-- README.md
|-- googleLogin
| |-- android
| |-- js
| |-- package.json
| |-- package.json~
| -- README.md -- ortc
|-- android
|-- index.js
|-- js
|-- package.json
`-- package.json~

34 directories, 19 files

from devkit-core.

mgh avatar mgh commented on July 24, 2024

Hey @jeeva1803, did you get this fixed? If not, can you run devkit modules in your game directory and send us the output?

One of your modules is looking for a file, probably ./ios/config.json, but it doesn't exist. If it's a custom module you've written yourself, you should check package.json for the key devkit.extensions.ios. If it's present and specifies a folder that doesn't exist or doesn't contain a config.json, the build will fail. You can remove the key from that module's package.json. Of course, this is assuming the module isn't providing any iOS custom code. If it is, you'll need to provide a config.json file.

If the module that is failing is not your code, you can still update package.json as a temporary fix, but you should contact the module owner so they can fix it as well. If it's one of our modules, the output of devkit modules will likely show us that one of your modules is on an old version and we can tell you which version to switch to.

from devkit-core.

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.