dczysz

Results 26 comments of dczysz

...I was apparently testing with 5.0.2. Let me try with 5.1.1. Sorry, should've made sure I was on the latest version first. 🤦‍♂️

>some of them probably even worked! 🤣 It looks like my package.json had `^5.0.2`, so the `npm install` brought it up to 5.1.1 anyway. So even with 5.1.1 I'm still...

>Apologies for not doing this myself right now but My hand is in a pot (broken thumb). I can just about type but coding is too painful. Ouch, hopefully it...

I think this may be (at least part of) the issue, haven't done any further testing: https://github.com/TotallyInformation/node-red-contrib-uibuilder/blob/3911282ba05cf73f83cef7c05474bb90b71f2c3a/nodes/libs/package-mgt.js#L297-L299 `await` doesn't really work on `forEach`, so it's calling `writePackageJson` before every `updIndividualPkgDetails`...

Yeah sure I could definitely do that. Probably not until tomorrow though, got busy with some other stuff today.

Hmm seems there's more to it than that. Changing to `Promise.all` didn't make a difference as far as I can tell. I'll have to play around with it a bit...

Hmm still doesn't seem to fix it, logs look about the same (with an empty {} for bootstrap-vue's npmLatestVersion log?): ``` ... 16 Sep 10:57:47 - [info] Started flows 16...

I'm thinking `updIndividualPkgDetails` may need access to `pj` as well, to populate `uibuilder.packages`. But need to look more/test

Thanks for taking the time to look into this. I made these changes and it looks like package.json gets updated as it should now, but I'm still getting the ?...

I can try your v6 branch tomorrow so we're on the same page, just been a bit distracted with other stuff today.