renovate[bot] on major-vue-monorepo
chore(deps): update vue monorepo (compare)
renovate[bot] on vue-test-utils-2.x
chore(deps): update dependency β¦ (compare)
renovate[bot] on swc-core-1.x
chore(deps): update dependency β¦ (compare)
renovate[bot] on babel-monorepo
chore(deps): update dependency β¦ (compare)
Hi, everyone ! I was trying to yarn
under source code, but it gives me error:
vue-chartjs on ξ develop is π¦ v3.4.2 via β¬’ v10.15.3
β yarn
yarn install v1.16.0
[1/5] π Validating package.json...
[2/5] π Resolving packages...
[3/5] π Fetching packages...
[4/5] π Linking dependencies...
[5/5] π¨ Building fresh packages...
[1/6] β fsevents
[-/6] β waiting...
[3/6] β chromedriver
[-/6] β waiting...
warning Error running install script for optional dependency: "/Users/Like/work/vue-chartjs/node_modules/fsevents: Command failed.
Exit code: 1
Command: node install
Arguments:
Directory: /Users/Like/work/vue-chartjs/node_modules/fsevents
............
Then it hangs forever.npm i
works fine, but it seems break version lock. Babel preset will raise errors when I start dev server.
Hello all, i'm researching how to build a multi y axis line chart for my vue/nuxt app. Essentially there is one "Actual" line and this line travels to the middle of the chart. The remaining half of the line would be a new color / dotted "Forcast" line. Additionally I would have a separate "Budget" line that stretches across the same chart.
Does this sound feasible? I've found a few examples but they are not exactly this type of format.