Supergiovane / node-red-contrib-boolean-logic-ultimate

Enhanced boolean logic with persistent values after reboot and more
https://www.youtube.com/watch?v=sYc6L5QQrTw&list=PL9Yh1bjbLAYoRH4IyQB7EL5srHAihiKpy
MIT License
30 stars 3 forks source link

New version 1.1.10 Install / Update issue #46

Closed santi-wg closed 5 months ago

santi-wg commented 5 months ago

Update 1.1.9 to 1.1.10 or new install 1.1.10 issue node js version : 20.14.0 (updated to last version nodejs) npm version : 10.7.0 (updated to last version npm) nodered version : 3.1.9 (updated to last version nodered) Screenshot_2024-06-04_16-32-39 this picture version 1.1.9 no problem

Screenshot_2024-06-04_16-33-56 this picture version 1.1.10 has problem (MODULE_NOT_FOUND)

I have tried many ways to solve the problem but it didn't work.

  1. npm Install old version 1.1.9 and update to 1.1.10 --> not work
  2. Remove 1.1.10 and new install --> not work
  3. Remove "All" palette and install only this (boolean-logic-ultimate 1.1.10) --> not work
  4. Delete folder "node_modules" , delete file "package.json" and install only this -- > not work
  5. npm install old version (1.1.9) no problem

Sorry for my english Thank you

Supergiovane commented 5 months ago

Hi that's very strange. If you pass the mouse on the yellow triangle, does it tells you the missing module's name? Or maybe you can search the node-red log for the error. In the meantime, i'm looking into the code...

santi-wg commented 5 months ago

syslog Node-RED [warn] [node-red-contrib-boolean-logic-ultimate/InjectUltimate] Error: Cannot find module '@project-chip/matter-node.js/common'

Supergiovane commented 5 months ago

Nevermind. Found the issue. Please update to 1.1.11

santi-wg commented 5 months ago

Thank you 1.1.11 solve this issue Screenshot_2024-06-04_17-18-27