Yeah, it could be a simple fix
Hehe
But to test it you can try publishing it to your private npm account (with public access) and see if you can import
E.g. change to @zalmanlew/google_sheets , run npm publish --access public
Then import sheets from "@zalmanlew/google_sheets" in your code step
I’d appreciate so much if you can fix this
actually reading the full error says what it “cannot find” is the google drive import (in the UI the error is cutoff and you can’t actually see it)
it is doing the import but it’s not listed as a dependency
I guess it makes sense :man-shrugging:
We talked internally about making the import system better to make it easier to reuse components with code steps
would be so neat if you could load any action and in one click convert it to a customizable code step preloaded with the working action code and proper imports
so you could reuse all the methods and just add the custom logic needed around it
Absolutely
If I update the package.json do all the components for google sheets need to get version incremented as well?
Nope
That’s a relief for sure

