austencm / youtube-auto-like

Chrome extension that automatically likes videos from your subscribed channels.
MIT License
164 stars 53 forks source link

Build issues #74

Closed PhilipDukhov closed 3 years ago

PhilipDukhov commented 3 years ago

I was trying to build the project. First I've faced was sh: xt-clean: command not found

I have found some outdated package that looks like what I need: pm-extension-cli

Then I encountered more understandable errors: Error: Cannot find module 'expand-range' Error: Cannot find module 'preserve'

But after installing this two modules I've got an error: TypeError: isPlainObject is not a function

Could you add build instructions?

austencm commented 3 years ago

Did you run npm install first?

PhilipDukhov commented 3 years ago

I had run npm install.

Looks like the problem was in old caches, after I reset the folder it build fine, by bad.