Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while installing yarn dependencies #2870

Open
musabgulfam opened this issue Dec 17, 2024 · 4 comments
Open

Error while installing yarn dependencies #2870

musabgulfam opened this issue Dec 17, 2024 · 4 comments

Comments

@musabgulfam
Copy link

Describe the bug

I want to initialise a react-native ignite boilerplate inside of Turbo mono-repo. However I am facing issues in the setup.

The following error occurred:
    
    Error: Command failed: yarn install
warning workspace-aggregator-8e1cab56-1443-4315-a6dc-910a27b11718 > bokija-app-v-5 > [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.

Ignite version

10.1.0

Additional info

System
  platform           darwin                                                    
  arch               arm64                                                     
  cpu                8 cores      Apple M1                                     
  directory          apps         /Users/musabgulfam/Documents/bokijatech/apps 

JavaScript (and globally-installed packages)
  node                    20.18.1      /Users/musabgulfam/.nvm/versions/node/v20.18.1/bin/node   
  npm                     10.8.2       /Users/musabgulfam/.nvm/versions/node/v20.18.1/bin/npm    
    corepack              0.29.4                                                                 
    firebase-tools        13.29.1                                                                
    npm                   10.8.2                                                                 
  yarn                    1.22.15      /opt/homebrew/bin/yarn                                    
    react-devtools        4.26.1                                                                 
    react-native-rename   2.9.0                                                                  
  pnpm                    -            not installed                                             
  bun                     -            not installed                                             
  expo                    49.0.23      managed                                                   
  expo global cli         6.3.12       Deprecated: Found 'expo-cli' installed. Please remove it. 

Ignite
  ignite-cli         10.1.0       /Users/musabgulfam/.npm/_npx/e31027f3785124a8/node_modules/.bin/ignite      
  ignite src         build        /Users/musabgulfam/.npm/_npx/e31027f3785124a8/node_modules/ignite-cli/build 

Android
  java               17.0.13      /usr/bin/java                          
  android home       -            /Users/musabgulfam/Library/Android/sdk 
@frankcalise
Copy link
Contributor

Hi @musabgulfam , can you tell me more about the steps and command you used for initialization to get to this error?

@musabgulfam
Copy link
Author

Sure.

  1. npx create-turbo@latest -e with-react-native-web
  2. cd /apps
  3. npx ignite-cli@latest new ignite-boilerplate-app
    The error occurred while ignite was downloading its dependencies.

@musabgulfam
Copy link
Author

Still facing the issue, anything?

@frankcalise
Copy link
Contributor

This is specific to your setup, there is something in your repository not allowing ESLint v8 (it likely wants v9). So you have some options:

  • upgrade the Ignite app to utilize ESLint v9
  • remove the ESLint dependencies and configuration from the Ignite app

But this isn't an Ignite issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants