remix-fundamentals
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.
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  ### console logs  I just started the course but I can't set it up properly because the `npm run setup` command fails