so i was doing my stack in a tmp folder
# automation-api
p
so i was doing my stack in a tmp folder
that folder does not have a node modules folder
so i needed to put my stack in the calling code folder
j
(Thanks for the fast reply!) Hm... That's not really an option for me since I'm in an npm-based monorepo (and I can't move every stack to the root)
p
probably a sub folder in the monorepo will work as npm typically searches upward for a node_modules folder
but not sure
e
So this came up for Python recently and one of our engineers clocked that you can set the project main setting so the directories work. See https://github.com/pulumi/pulumi/issues/7960#issuecomment-1834681146, something similar might help here as well.
j
Thanks! I'll try this and report back 🙂