meteor / react-packages

Meteor packages for a great React developer experience
http://guide.meteor.com/react.html
Other
573 stars 158 forks source link

provide version number in package.json #191

Closed jedwards1211 closed 6 years ago

jedwards1211 commented 8 years ago

this will enable us to npm install git@github.com:meteor/react-packages

abernix commented 6 years ago

These are not npm packages, but rather Meteor packages so the presence of a package.json in the root of this repository (or even the individual packages within this repo's packages/ directory) won't have the effect you're expecting from npm install. Please see https://github.com/meteor/react-packages/issues/221 for a general update on this repo. react should be installed directly from npm and the react-meteor-data package can still be installed from meteor add meteor:react-meteor-data.