Closed sbehrends closed 10 years ago
Yeah, i had the same issue. Sublime plugin is a git submodule, I guess it was empty on publishing the npm module. @barnaby could that be the reason?
@sbehrends If you installed it from the repository, pls init git submodules and reinstall.
npm install
appears to be working. But if you have installed from the repos, then yes, you need to pull the submodules as well.
@sbehrends how did you install takana?
I installed with npm using npm install -g takana
and I'm seeing this same error. Any suggestions?
@joeydi workaround for this issue
cd /usr/local/lib/node_modules/takana; git clone https://github.com/mechio/takana-sublime.git
I've removed the submodule for now.
fixed in 0.0.10
While running command
[09:11:22] [INFO] - installing plugin to '/Users/sbehrends/Library/Application Support/Sublime Text 3/Packages/Takana' cp: no such file or directory: /usr/local/lib/node_modules/takana/sublime-plugin/takana.py