vogue icon indicating copy to clipboard operation
vogue copied to clipboard

-bash: vogue: command not found

Open JAStanton opened this issue 14 years ago • 6 comments
trafficstars

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 :)

JAStanton avatar May 17 '11 21:05 JAStanton

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?

andrewdavey avatar May 18 '11 16:05 andrewdavey

I've experienced the same issue above: Installed node + npm via brew.

node => v0.4.7 npm => 1.0.6

nickL avatar May 18 '11 16:05 nickL

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.

nickL avatar May 18 '11 17:05 nickL

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 :)

JAStanton avatar May 18 '11 17:05 JAStanton

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 :/

JAStanton avatar May 18 '11 17:05 JAStanton

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.

andrewdavey avatar May 19 '11 13:05 andrewdavey