arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 224 forks source link

Parser changes are breaking new created projects #79

Closed omarsotillo closed 6 years ago

omarsotillo commented 6 years ago

see: https://github.com/vuejs/component-compiler-utils/issues/14

arielsalminen commented 6 years ago

@omarsotillo Looking into this now.

arielsalminen commented 6 years ago

@omarsotillo fixed in 2.1.4

arielsalminen commented 6 years ago

You should delete node_modules and package-lock just in case and then do a fresh npm install

omarsotillo commented 6 years ago

Awesome! 🤗 Just wanted to let you know in case someone asks you again! I fixed myself ☺

arielsalminen commented 6 years ago

👍