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?
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:
The setup I have made was to clone the fork into
$home/meteor/packages
The I rungit submodule init
andgit 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?