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

[cli] Missing Inter font in Tamagui example #243

Open
danstepanov opened this issue Apr 4, 2024 · 1 comment
Open

[cli] Missing Inter font in Tamagui example #243

danstepanov opened this issue Apr 4, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@danstepanov
Copy link
Collaborator

                          _
   ___  _ __  ___   __ _ | |_  ___
  / __|| '__|/ _ \ / _` || __|/ _ \
 | (__ | |  |  __/| (_| || |_|  __/
  \___||_|   \___| \__,_| \__|\___|
   ___ __  __ _ __    ___
  / _ \\ \/ /| '_ \  / _ \
 |  __/ >  < | |_) || (_) |
  \___|/_/\_\| .__/  \___/
       _     |_|        _
  ___ | |_  __ _   ___ | | __
 / __|| __|/ _` | / __|| |/ /
 \__ \| |_| (_| || (__ |   <
 |___/ \__|\__,_| \___||_|\_\

┌  Let's get started!

Your project configuration:
{
  projectName: 'my-expo-app',
  packages: [ { name: 'tamagui', type: 'styling' } ],
  flags: {
    noGit: false,
    noInstall: false,
    overwrite: false,
    importAlias: true,
    packageManager: 'bun'
  }
}

To recreate this project, run:
  npx create-expo-stack my-expo-app --tamagui --bun
│
◇  Project initialized!
│
◇  Base assets copied!
│
◇  Dependencies installed!
│
$ eslint "**/*.{js,jsx,ts,tsx}" --fix && prettier "**/*.{js,jsx,ts,tsx,json}" --write
◐  Cleaning up your project..
Oops! Something went wrong! :(

ESLint: 8.57.0

ESLint couldn't determine the plugin "prettier" uniquely.

- /Users/dan/Developer/create-expo-stack/cli/my-expo-app/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js (loaded in "package.json » eslint-config-universe/native » ./shared/prettier.js")
- /Users/dan/Developer/create-expo-stack/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js (loaded in "../.eslintrc.js » plugin:prettier/recommended")

Please remove the "plugins" setting from either config or remove either plugin installation.

If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.

◇  Project files formatted!
│
◇  Git initialized!

Success! 🎉 Now, just run the following to get started:

1. cd my-expo-app
2. bun run ios

│
└  If you frequently use create expo stack, please consider sponsoring the project ❤️
- https://github.com/sponsors/danstepanov
@danstepanov
Copy link
Collaborator Author

@sammoore how did you solve this issue re ESLint and Prettier?

@danstepanov danstepanov changed the title Missing Inter font in Tamagui example [cli] Missing Inter font in Tamagui example Apr 4, 2024
@danstepanov danstepanov added the bug Something isn't working label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants