Blog: R6D43: #100DaysOfCode (More Posts)
Worked today on debugging the issue with Sequelize I mentioned in previous blogs. I thought that I’d kept the npm versions up to date on my systems (Windows PC and Laptop), but apparently, I had not. I went through numerous attempts to fix the error messages on the PC to no effect.
I got round it today by simply checking the npm versions on the laptop on PC with the following results.
npm versions
- npm -v 7.0.14 (laptop)
- npm -v 6.14.11 (pc)
It seems the prerequisites are available on my Laptop system on NPM 7+ but not in version 6.

Elsewhere I made my weekly update to my photography website. Log on now to see the latest update and photos. https://photography.jonniegrieve.co.uk
I then went into my WordPress starter theme project and switched the layout from Float layout to flexbox, which works a lot better. Flexbox is the natural successor to Basic/Float layout of course but playing around with floats and the CSS display mode helps me quickly get an idea of how the markup will flow at variable screen sizes.


