workshopper / learnyounode

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.
Other
7.24k stars 1.84k forks source link

ENOENT error #631

Closed Copelia closed 5 years ago

Copelia commented 5 years ago

Hello, I can't run the package due to the following error, please help!

`+ learnyounode@3.5.10 added 736 packages from 375 contributors in 176.534s

C:\Users\coral>npm run learnyounode npm ERR! path C:\Users\coral\package.json npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\coral\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\coral\AppData\Roaming\npm-cache_logs\2018-08-28T01_35_19_153Z-debug.log`

Copelia commented 5 years ago

Nevermind, I got it. Beginner's mistake.