These link are not being validated. Not sure if I have to pay Replit so I can “Publish”?
I’m a tad confused. Tried all day both using GitHub, Replit, stackblitz.
Any help appreciated.
Safari 14.1.2
Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package
Oh! Above the live preview. That wasn’t mentioned anywhere and I hadn’t even noticed, also didn’t know “it should be running”, I clicked the Run button this time but I still get the usual error:
// running tests
package.json should have a valid “author” key (Test timed out)
// tests completed
I’m an idiot! lol
In this last attempt I actually forgot to do the assignment, yes.
Thanks!
Then the preview area and live url disappeared, had to click around back and forth to get it back. Not sure what I did, but I got it working.
Something easy like this would have helped me a lot and saves support from repetition:
• Sign up on Replit.com
• Click the Replit link in the FreeCodeCamp exercise
• On Replit click the .replit file and hit “RUN” and wait for it to start up
• Check for error messages
• Copy live link above Preview area on Replit
(and then explain how to get the preview and live url to display. I reloaded the page and now it’s gone again. Let’s see if I can get it back again.)
…or something like that. Just the basic instructions. At least I would have had something to struggle with
I was totally lost.
Yeah I’m stuck now. Tried navigating around the page like I did last and then go back to the same repl but I can’t get the preview to display no more. Also can’t find anything on “preview” or “preview gone” in their forum.
Ok, thanks.
It must be these error messages, but I’m pretty sure they were there during every step of the exercises. Maybe I’m wrong.
internal/fs/utils.js:269
throw err;
^
Error: ENOENT: no such file or directory, open ‘/home/runner/boilerplate-npm-5/index.js’
at Object.openSync (fs.js:462:3)
at Object.readFileSync (fs.js:364:35)
at Object. (/run_dir/interp.js:195:19)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47 {
errno: -2,
syscall: ‘open’,
code: ‘ENOENT’,
path: ‘/home/runner/boilerplate-npm-5/index.js’
}
So now I learned how to Run the project, but now it says “Not found” in the view port, and FCC is not accepting my links.
Also the 3 lessons I did in “Basic Node and Express” so far has been wiped. doesn’t really matter in this case but it’s a problem across the site that lessons already completed are wiped.