History plugin not found
prakharsingh opened this issue · 1 comments
prakharsingh commented
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
1player commented
Are you using yarn? See yarnpkg/yarn#1396
Removing node_modules and reinstalling with npm fixes the issue.