bosket icon indicating copy to clipboard operation
bosket copied to clipboard

Issue building Bosket/vue

Open Sharlaan opened this issue 5 years ago • 0 comments

i installed Bosket following the Vue Walkthrough, npm i @bosket/core @bosket/tools @bosket/vue

but build failed as soon as i wrote
import { TreeView } from '@bosket/vue'

ERROR Failed to compile with 2 errors This dependency was not found: babel-helper-vue-jsx-merge-props in ./node_modules/@bosket/vue/components/TreeViewNode.js, ./node_modules/@bosket/vue/traits/transitions.js

I'm using versions :

EDIT: i solved this issue installing the missing babel-helper-vue-jsx-merge-props dependency manually

Sharlaan avatar Jun 11 '19 15:06 Sharlaan