Giter Site home page Giter Site logo

testvfile1's Introduction

How this project was created

  1. yarn create expo-app testvfile1
  2. Replace expo start --ios with expo run:ios on package.json
  3. Replace expo start --android with expo run:android on package.json
  4. Add "vfile": "^6.0.0" to the dependencies
  5. Add import { VFile } from "vfile"; to App.js

If you run the project before doing step 4 and 5 the problem is not present.

How to run this project

  1. yarn install
  2. yarn ios or yarn android

Problem

iOS/Android Bundling failed 2108ms (node_modules/expo/AppEntry.js)
Unable to resolve "vfile/do-not-use-conditional-minpath" from "node_modules/vfile/lib/index.js"

The bundling can't deal with this change on vfile added on version 6.0.0

If you run the project before doing step 4 and 5 the problem is not present. If you change the dependency to "vfile": "^5.0.0" the problem is not present.

There's this discussion about a similar problem on the vfile repo, but the problem itself is not on that package but on how expo bundles it.

testvfile1's People

Contributors

lsarni avatar

Watchers

 avatar

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.