No symlinks option

Is there a way to pass the “–no-bin-links” option to npm inside meteor?

Pros or cons aside, I have a need to place projects on a centralised network share (it’s very fast). NPM throws up because sym links aren’t allowed on the network share so I normally use that option. Now trying meteor, i very much like it, but having issues due to this.

thanks

Answering own post here. From what i gather meteor will pass parameters to subcommands so something like this should work: meteor npm install whatever --no-bin-links as opposed to using meteor add whatever