Intro Example should not be broken
See original GitHub issueI tried intro example and bumped into a few problems:
- vitext 0.0.1 is deleted, so I had to update it to
0.0.2
in theintro/package.json
- next,
npm run dev
failed to start due to:Error: Cannot find module 'react-refresh/cjs/react-refresh-runtime.development.js'
. I Resolved it withnpm add -D react-refresh
- next, while
npm run dev
brought the server up and running, it does not work well (“increase” and “decrease” buttons do not work), and I see the following error in the terminal, if that helps:
Environment:
- Arch Linux, x86-64
- node.js 16.6.1
- npm 7.20.5
- vitext example from master branch
P.S. Cool project! 👍
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
4 Ways to Not Write an Introduction | by Niklas Göke
Most of the time, bad introductions are the result of laziness rather than lack of skill or imagination. The mistake would have been...
Read more >How to Write an Introduction Paragraph in 3 Steps
Wondering how to write an introduction paragraph? Check out our complete guide including a great example of introduction paragraphs.
Read more >How to Write an Introduction: A Simplified Guide - HubSpot Blog
Get the formula for writing an introduction to your marketing content; it'll make it quick and painless.
Read more >5 Things to Avoid When Writing an Introduction - Podcast ...
BRITTANY: In this episode we'll be talking about five things to avoid when writing an introduction. BETH: So this month we published a...
Read more >How Do I Write an Intro, Conclusion, & Body Paragraph?
An introduction is usually the first paragraph of your academic essay. If you're writing a long essay, you might need 2 or 3...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you @frol, That’s really helpful. I’ll fix it soon.
@Aslemammad Here is the Dockerfile to reporduce the issue: