import error? #2730
Unanswered
JonTron1987
asked this question in
Q&A
import error?
#2730
Replies: 3 comments 28 replies
-
This looks like an ESLint error, not an error while actually running Remix, correct? What is your ESLint configuration? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
25 replies
-
Ah, yeah that is when it started for me too...I kind of figured that was the case, but because I am a beginner and learning Remix I was not certain for sure. Oh, I have a suggestion to the devs who made this; it would be cool if you guys can do a live twitch or Youtube howto for beginners Remix. The remix is a little different from React. Some people get more from actually coding alongside someone than by reading documentation. I am one of them. There is very little streams on this framework right now as it is new correct? On Wednesday, June 22, 2022, 09:49:26 AM EDT, Cam Jackson ***@***.***> wrote:
For the life of me I cannot figure out why upgrading that one package version causes the babel preset to go missing from node_modules despite still being listed in the yarn.lock. It's bizarre. I do know that when I explicitly install it by doing yarn add -D @babel/preset-react, the problem goes away. So that's at least a work-around for now.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings, I am new to Remix. I am currently learning the framework. I am stuck at the routing pages part. I get an error when trying to import from react:
I have tried npm add @babel/runtime, deleting node_modules and reinstalling, etc. Nothing appears to work. What can I do to fix the bug?
Beta Was this translation helpful? Give feedback.
All reactions