How to modify/edit a Meteor package?
问题 I want to run two different Meteor apps on the same server (on different ports) but I want to change something in one of Meteor's core packages and I want one app to use the original package and the other app to use the modified one. How could I do it? 回答1: A bit more straightforward answer, based on answer from here : Create packages folder in your project and change location to that folder ('cd yourproject' && 'mkdir packages' && 'cd packages') Fetch files from git ('git clone https:/