FAQs
I am getting an error that says yarn lockfile missing
. How do I fix this?
yarn lockfile missing
- This error can occur when the file is either missing or differs from the one used in the tutorial step. To fix this, you can go to the GitHub branch for the step you are on, find theyarn.lockfile, and copy that file into your working directory. You may need to delete youryarn.lockfolder and runnode_modulesafterwards.yarn
I am getting a yarn offline cache
error. How do I fix this?
yarn offline cache
- Try running
and push up any changes. If this still does not work, ensure yourrm -rf .yarn-offline-mirror node_modules && yarn cache clean && yarn installfile matches the one at the start of the tutorial stepyarn.lock
How can I show others my completion status?
-
Proof of your completion of the tutorial can be seen by filtering the PR list to show your five PRs with the
label.status: approved -
You can filter the pull request list to show only pull requests authored by your username. Replace
with your username in the following link:YOURUSERNAMEHERE -
It can also be demonstrated by deploying your app. Please see further documentation here.