Can't resolve panda css when github actions nextjs build CI #2814
nayounsang
started this conversation in
General
Replies: 1 comment 1 reply
-
This smells like something needs to be fixed in your tsconfig setup. Could you check these areas:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When I run CI with github actions when PR,
I expected build my project, but can't resolve '@/styled-system/css'.
This is sometimes successful. If I continue to retry countless times, I succeed.
This is my build script.
This is panda css config.
It operates without problems in deployment and development environments..
This is my yml for github actions.
This is error msgs.
Link to Reproduction
https://this.is.difficult/to/reproducte
Steps to reproduce
JS Framework
React, Nextjs, Github-actions
Panda CSS Version
0.42.0
Browser
No response
Operating System
Additional Information
If I need to inquire about nextjs or github workflow, please leave a comment.
Beta Was this translation helpful? Give feedback.
All reactions