DEV Community

Discussion on: Learn to code using FreeCodeCamp Especially If You Do Not Have 24/7 Internet Access

Collapse
 
maurizok profile image
Maurice Kosisochukwu Oodo

I can't seem to complete step 4 successfully. Here is the error messages
:\Users\dell>cd desktop

C:\Users\dell\Desktop>cd freecodecamp

C:\Users\dell\Desktop\freeCodeCamp>npm ci
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\dell\Desktop\freeCodeCamp\package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\dell\Desktop\freeCodeCamp\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\dell\AppData\Roaming\npm-cache_logs\2021-06-04T07_00_11_163Z-debug.log

Collapse
 
kbono profile image
Jose Manuel Viloria

Validate that you really have a package.json in such route.

Collapse
 
maurizok profile image
Maurice Kosisochukwu Oodo

Thank you!