vogue
vogue copied to clipboard
-bash: vogue: command not found
I am not sure if this is your fault or not but this is what happened; I got this after I installed Vogue and try to run vogue: -bash: vogue: command not found
Solution: I had to make a new link $ ln -s /Users/Jonathan/node_modules/vogue/vogues.js vogue
I am not sure if this is your fault or mine but it was annoying :)
I've not come across that before. It sounds like maybe npm didn't install the package properly. What version of node and npm are you using?
I've experienced the same issue above: Installed node + npm via brew.
node => v0.4.7 npm => 1.0.6
Heads up... i was able to get this to work by installing vogue globally:
npm install vogue -g
As it installs to the global npm modules folder ( /usr/local/lib/node_modules/ ), otherwise it installs vogue into the users home directory.
- Note: I'm on OSX.
Hmmm that may have done the trick nickL. http://pastebin.com/J9ssJrKQ I had to use: sudo npm install vogue -g to get it to work this time. As you can see the first time I tried to install vogue it failed to link bins. I believe that may have happened my very first time as well. Installing it globally just might have done the trick :)
I thought it worked but my page doesn't update when I change my stylesheets: http://pastebin.com/98VxtAMU I have MAMP on osx it looks as if it registers my client is connected. (and if I refresh or leave it disconnects fine) and the directory it's watching is /Users/Jonathan/sites/onlineMBA/ (my styles are in a sub-folder if that makes a difference) It just doesn't seem to update my styles as I change them :/
I'm really behind the times with npm. A lot changed since I first made Vogue. I assume the package needs an overhaul to work nicely with latest node/npm. I don't have the time right now to fix my node install. If someone else can take a look I'm very happy to accept pull requests. Thanks.