Marco Salles

Results 10 comments of Marco Salles

Thank you for you comprehension. This is a good package and I can see it growing in use, so I figured it would be best to report the issue on...

Okay, that's great news, thank you so much! On Sat, 2 Oct 2021 at 10:01 Wensheng Xu ***@***.***> wrote: > Hi @marcosalles , I've checked the > imports and there...

Hey there @dilidili, just catching up on the issue, did any of the solutions you test work out to solve this? Is there anything you'd like to point out that...

I'll check it out and get back to you, ty!

Apparently it can't find the scripts directory: ``` [5/5] 🔨 Building fresh packages... [9/19] ⠐ @scarf/scarf [-/19] ⠐ waiting... [3/19] ⠐ fsevents [-/19] ⠐ waiting... error /path/to/node_modules/react-drawing-board: Command failed. Exit...

I'll get into it right away! Ty.

I got an error because although the `antd` lib is local to `react-drawing-board`, it's being imported into the father `node_modules` directory, the one in the main project. I checked and...

I locally linked the library, removed the postinstall step and added the same one to my father project, "solving" the issue. But that's not the optimal resolution. It would be...

The problem i still there though, even if I manage to build the project. Finally found my way into a working build and noticed nothing changed, the global styles are...

Sorry it took me long to answer, but what I did was not remove the postinstall script, but move it to my own `package.json` file with the fixed path. The...