This topic was automatically generated from Slack. You can find the original thread here.
Nacho Caballero : I’ve noticed that it takes 30+ minutes for pipedream to install an updated version of a scoped NPM package (maybe all packages, but I can only easily test my own package @nachocab/pipedream-global). Is this the expected behavior?
I’ve been testing by adding this line to my source config/step: console.log(require('root-require')('package.json').dependencies['@nachocab/pipedream-global'])
Nacho Caballero : I tried require("@nachocab/pipedream-global@1.1.6") but I’ve since bumped it up to the 2.0.3. As a workaround, I ended up manually pasting the code in the source configuration and doing the changes there.
Nacho Caballero : I also tried following your recommendation require('@nachocab/pipedream-global@2.1.4'); and got an error when I tried to update the code