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

chakra-cli tokens -> intellisense error #3

Closed
yjkwon07 opened this issue Aug 15, 2022 · 0 comments
Closed

chakra-cli tokens -> intellisense error #3

yjkwon07 opened this issue Aug 15, 2022 · 0 comments

Comments

@yjkwon07
Copy link
Owner

token typescript 싱크 연결이 안되는 현상 => 현재 2.2.8에서 업데이트 됨

"dependencies": {
  "@chakra-ui/react": "2.2.4"
}
"scripts": {
  "gen:theme-typings": "chakra-cli tokens --strict-component-types ./src/theme/index.ts", 
  "postinstall": "npm run gen:theme-typings",
},
"devDependencies": {
  "@chakra-ui/cli": "2.1.0"
}
Chakra UI CLI  v2.1.4 by Chakra UI
Generate theme typings for autocomplete

✖ An error occurred
Could not find @chakra-ui/styled-system in node_modules. Please provide `--out` parameter.
  • @chakra-ui/cli 2.1.4 error => "@chakra-ui/react": "2.2.4" 호환으로 2.1.0 down grade

  • Version Packages 배포됨 => 현재 2.2.8에서 업데이트 됨

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

1 participant