You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
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 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'
I'm using versions :
EDIT: i solved this issue installing the missing
babel-helper-vue-jsx-merge-props
dependency manuallyThe text was updated successfully, but these errors were encountered: