mizzao / meteor-sharejs

Meteor smart package for transparently adding ShareJS editors to an app
MIT License
225 stars 53 forks source link

How I can incorporate DavidSichau changes into my project? #69

Closed jorgecamse closed 8 years ago

jorgecamse commented 8 years ago

Hi!

How I can incorporate @DavidSichau changes into my project? I cloned his repository and copy into my project in packages folder, but when start meteor terminal shows:

Error: ENOENT, no such file or directory... - at process.chdir (/Users/user/.meteor/packages/meteor-tool/.1.3.1.nwdv3u++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:18:9) at getFilesFromFolder (package.js:45:11)

Can you help me, please?

Thanks!

DavidSichau commented 8 years ago

Have you run git submodules?

Otherwise could you give me your code such that I can try it out.

jorgecamse commented 8 years ago

No, I do not know I have to do , @DavidSichau we could explain it ?

DavidSichau commented 8 years ago

Run the following commands in the root folder:

git submodule init
git submodule update

Otherwise wait 1 hour I am currently publishing the packages under an new name.

jorgecamse commented 8 years ago

Thank you very much! I will wait for the new package ready.

DavidSichau commented 8 years ago

Please try the packages under:

https://github.com/davidsichau/meteor-sharejs

If you have any issues please report them direct to me.

jorgecamse commented 8 years ago

Works fine! Thank you very much!