Learn Node.js REPL - Learn Node.js REPL

Tell us what’s happening:

the git repo of this exercise has all the certification excercises in back-end developement.Do i have to go read the theory in fcc then go find the excercise in the repo? plus i completed some and it didn’t save in my fcc account. I dont understand the new environment

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36

Challenge Information:

Learn Node.js REPL - Learn Node.js REPL

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-nodejs-repl/da3ca414c3729ac814b1293e.md at main · freeCodeCamp/freeCodeCamp · GitHub

try to update the repo to the most recent version, for me it works with the correct token

also yes, you do the theory on the site then go do the project on the other

how do i update please i’m using the github workspace

@Blue111-png ➜ /workspaces/back-end-development-and-apis (main) $ git status
On branch main
Your branch is ahead of 'origin/main' by 10 commits.
  (use "git push" to publish your local commits)

Changes to be committed:
  (use "git restore --staged <file>..." to unstage)
        modified:   .vscode/settings.json
        modified:   config/projects.json
        modified:   config/state.json
        modified:   config/token.txt

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        build-a-case-converter/case_converter/
        build-a-prime-number-checker-module/index.js
        build-a-prime-number-checker-module/package.json
        learn-nodejs-repl/hello.js

@Blue111-png ➜ /wor

still not reflecting on my fcc account as completed

you can update with git pull --ff or git pull --rebase --autostash

ohh ok but i didn’t use this command but its fixed
i used
```

git remote add upstream https://github.com/freeCodeCamp/back-end-development-and-apis.git
git fetch upstream
git stash
git merge upstream/main
git stash pop

as long as it is updated to latest version, that’s fine

now make sure that your token is still valid, and then go to the last step of the workshop and complete it again