Toni Oriol

Results 7 comments of Toni Oriol

same error here. > I'm getting the same error. Tried dev dependency and global, and npx with no luck. > > Update: I was able to successfully run `yarn ctf-migrate...

> negative values support added as part of arbitrary values support in PR #60 There is a bug in the inset utilities. As I commented on in the merged PR.

same here, does anyone managed to solve this?

thanks @nbelyh, it did solve the issue for me. I can show you more or less what my setup/functionality was: ```js import { Workbook } from '@nbelyh/exceljs' export const testsToXlsx...

This was the solution for me, seems to happen in quite a bit of other imports too in a nuxt/nitro project: ```js import * as ExcelJS from 'exceljs' const workbook...

@vibhash1083 sorry to hear that. I would suggest what is mentioned in the issue comment I linked in my previous response. Do the import as I show and try to...

Hey! What did you have to change exactly? And what were you trying? And what steps did you follow?