Closed
Description
after installing vuepress globally using yarn (yarn global add vuepress), I'll get an error when running "vupress dev"
ERROR in multi C:/Users/admin/AppData/Local/Yarn/Data/global/node_modules/vuepress/lib/app/clientEntry.js
Module not found: Error: Can't resolve 'buble-loader' in 'C:\dev\vuepress'
@ multi C:/Users/admin/AppData/Local/Yarn/Data/global/node_modules/vuepress/lib/app/clientEntry.js
however using npm, the installation (npm install -g vuepress) and running "vupress dev" works fine