remix-run / react-router-website

The React Router website
https://reactrouter.com
MIT License
149 stars 33 forks source link

issue with example We have an example for this: https://github.com/remix-run/react-router/tree/dev/examples/auth #68

Closed uyriq closed 1 year ago

uyriq commented 1 year ago
          We have an example for this: https://github.com/remix-run/react-router/tree/dev/examples/auth

Originally posted by @timdorr in https://github.com/remix-run/react-router/issues/10206#issuecomment-1470267119

Sorry, not shure is there a bug or stackblitz fault, but

$ vite
failed to load config from /home/projects/mkligxplv.github/vite.config.ts
error when starting dev server:
Error: The package "@esbuild/linux-x64" could not be found, and is needed by esbuild.

on https://stackblitz.com/github/remix-run/react-router/tree/main/examples/auth?file=src%2FApp.tsx

timdorr commented 1 year ago

The package-lock.json files need to be updated. This doesn't need to be fixed in this repo. It needs to happen in the main repo in the various example folders.

uyriq commented 1 year ago

@timdorr, you are right, just delete package-lock file fix all! image