Closed polm closed 7 years ago
Without this, opening a browser window to a fresh pixelbox project shows this error:
Error: Cannot find module 'TINA' from '/mnt/futokoro/fiddle/ld39/node_modules'
Seems Tina just need to be required lower case to fix it.
I guess this was caused by a change in Tina at some point? -POLM
Hello Paul. Thanks for the fix. I don't know why I didn't get this error myself. Maybe Browserify or the file system works differently on my machine.
Without this, opening a browser window to a fresh pixelbox project shows this error:
Seems Tina just need to be required lower case to fix it.
I guess this was caused by a change in Tina at some point? -POLM