mechio / takana

Takana lets you see your SCSS and CSS style changes live, in the browser, as you type them
http://takana.io
MIT License
1.11k stars 61 forks source link

Not installing dependency "sublime-plugin" #16

Closed sbehrends closed 10 years ago

sbehrends commented 10 years ago

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

mindreframer commented 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?

mindreframer commented 10 years ago

@sbehrends If you installed it from the repository, pls init git submodules and reinstall.

barnaby commented 10 years ago

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?

joeydi commented 10 years ago

I installed with npm using npm install -g takana and I'm seeing this same error. Any suggestions?

manul7 commented 10 years ago

@joeydi workaround for this issue cd /usr/local/lib/node_modules/takana; git clone https://github.com/mechio/takana-sublime.git

barnaby commented 10 years ago

I've removed the submodule for now.

fixed in 0.0.10