AnanthVivekanand / spotify-adblock

Blocking ads on desktop Spotify, crazy code ahead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trouble starting npm start on macos

swan11jf opened this issue · comments

Here's the following error message I get:

npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /Users/screelt/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/Users/screelt/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! /Users/screelt/.npm/_logs/2020-05-14T22_09_45_398Z-debug.log

Can include log if requested

You have to cd inside the cloned project. Run the command "ls" and you should see spotify-adblock-macos. Then run "cd spotify-adblock-macos"

After cd-ing inside the directory then run npm i and proceed from there.

Thanks for your reply - I must have done something stupid...