remix-fundamentals icon indicating copy to clipboard operation
remix-fundamentals copied to clipboard

Remix enables you to build fantastic user experiences for the web and feel happy with the code that got you there. Get a jumpstart on Remix with this workshop.

Results 14 remix-fundamentals issues
Sort by recently updated
recently updated
newest added

watching the video i followed instructions to get prisma working on exercise 2 however for each new exercise prisma is not working for me, so i need to carry out...

Without this change, `node dev 1` `node diff 1` `node dev example/01` all fail because the internally-computed paths (which use `path.join` have _backslashes_ on Windows) An alternative fix would be...

- primary outlet and secondary outlet ex: http://:/sales/invoices(popup:compose) http://localhost:4200/outlet-a:page-red/outlet-b:page-green/outlet-c:page-blue

Due to `path` outputting `\\` instead of `/` for paths on Windows this breaks currently, need to account for it in [relativePath](https://github.com/FrontendMasters/remix-fundamentals/blob/main/scripts/utils/utils.ts#L114) and [fullPath](https://github.com/FrontendMasters/remix-fundamentals/blob/main/scripts/utils/utils.ts#L116). I've just temp worked around it...

It seems that on macOS this might be a problem when running `npm run dev` or `node dev` in the root: ``` throw new Error(`Exercise directory ${dir} does not match...

The function `requireUserPermission` takes the request as first argument. However, it was not passed in the loader function.

### git, node, npm versions ![image](https://github.com/FrontendMasters/remix-fundamentals/assets/89679296/c11a3726-2392-44c3-b480-71d556f11765) ### console logs ![image](https://github.com/FrontendMasters/remix-fundamentals/assets/89679296/73c018e3-f1d6-4e9e-a639-675d4315ccf7) I just started the course but I can't set it up properly because the `npm run setup` command fails