vuejs / vueify

Browserify transform for single-file Vue components
MIT License
1.17k stars 152 forks source link

Vueify not working with less #189

Open eddyekofo94 opened 7 years ago

eddyekofo94 commented 7 years ago
Error: Cannot find module './utils' from ''/node_modules/less/dist'
Error: Cannot find module './browser' from '/node_modules/less/dist'
Error: Cannot find module './add-default-options' from '/node_modules/less/dist'
Error: Cannot find module './index' from '/node_modules/less/dist'

etc...

The dist folder in the less packge only contains less.js and less.min.js

which less version should I install or how can I solve this? Thank you,

ParHaggstrom commented 7 years ago

Exact same problem. Is there no way to completely disable less if you don't want it?