-
Notifications
You must be signed in to change notification settings - Fork 95
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
remix grunge stack aws #179
Comments
I have a pull request submitted that will fix this but meanwhile you can update your package.json to use vite: ^5.0.0 instead of ^4.5.0 |
yes i edited the vite verion to 5.0.0 before running npm install and it worked fine with all test passed. This have fixed all github action workflow error and failed to deployment reason too. I am getting another one after deploying in aws that is ... INTERNAL SERVER ERROR .. |
if any help about internal server error after deploying in aws, on hitting the url got from deployment work flow. |
okI evetually deployed grunge stack in aws. I constantly got "Internal server error" . The steps are: Before running the : Did this: Fork it and make your own template : https://github.com/fintech-jpbd/remix-grunge-stack-jpnbd.git |
Have you experienced this bug with the latest version of the template?
npx create-remix@latest --template remix-run/grunge-stack
Steps to Reproduce
HP-ProBook-450-G3:~$ npx create-remix@latest --template remix-run/grunge-stack
(node:24084) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)remix v2.4.0 💿 Let's build a better website...
dir Where should we create your new project?
./remixawstest
Expected Behavior
Setup finishes without errors. Go ahead..
Actual Behavior
git Initialize a new git repository?
Yes
deps Install dependencies with npm?
Yes
init This template has a remix.init script. Do you want to run it?
Yes
██████ Dependencies installing with npm...
The text was updated successfully, but these errors were encountered: