mizzao / meteor-sharejs

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

Setup Package #39

Closed DavidSichau closed 9 years ago

DavidSichau commented 9 years ago

As I want to try out to implement a better undo manager. I wanted to setup the projects for development. However I always get this error:

While reading package from `/home/dsichau/meteor/packages/sharejs-ace`:
fs.js:665:18: ENOENT, no such file or directory 'ace-builds/src'
at Object.fs.readdirSync (fs.js:665:18)
at walk (package.js:19:28)
at getFilesFromFolder (package.js:47:16)
at package.js:68:21

The setup I have made was to clone the fork into $home/meteor/packages The I run git submodule init and git submodule update

However when I now want to add the package I get this problem.

What is the best way to setup this project for extending?

mizzao commented 9 years ago

Is your app in the meteor directory? If so, that's a little confusing.

Try checking out the repo and symlinking it into the packages directory of your app.