Symlinking to a local NPM package folder from a Meteor package

Hi,

Does anyone know if this is possible? In the NPM world, I would just use “npm link” inside my node_modules folder. I tried doing this inside “.meteor/local/isopacks/ … /npm/node_modules”, but this folder gets clobbered every time the Meteor package changes and gets rebuilt.

Thanks,
Graeme

1 Like

I think you can clone your package into the packages folder of your app and that achieves the same thing (you can work on it, change code, commit, etc)?

Oh, nevermind, you want to dev an npm package. This is a good question!