workshopper / learnyounode

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENOENT error

Copelia opened this issue · comments

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`

Nevermind, I got it. Beginner's mistake.