BrowserSync / UI

User interface for BrowserSync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

History plugin not found

prakharsingh opened this issue · comments

There is no history plugin in plugins folder however the UI.js requires one. Hence the error "Cannot find module './plugins/history/history.plugin'" at line 13 of UI.js

I can see the plugin here in your github repo but it is not in my installed package. Version is 0.6.1

Are you using yarn? See yarnpkg/yarn#1396

Removing node_modules and reinstalling with npm fixes the issue.