Hi Wilson,

Can you try to remove the downloaded bunyan module and try again.

```
rm -rf node_modules/bunyan
rm node_modules/.bin/bunyan
npm install -d
node app.js | node_modules/.bin/bunyan
```

If that doesn't work, can you send a list of the folders you see in 
node_modules and the files you see in node_modules/.bin? Do you see any errors 
when running npm install -d?

Thanks,
Nicolaas


On 17 May 2013, at 12:59, Wilsonlee wrote:

> Hello everyone,
> I'm deploying Hilary now and followed the steps of 
> https://github.com/sakaiproject/Hilary/blob/master/README.md,but when I 
> finished all and start my server by "node app.js | node_modules/.bin/bunyan"  
> ,  I got" bash: node_modules/.bin/bunyan: No such file or directory" . when I 
> do "node app | bunyan" after I finished "npm install -g bunyan", there is no 
> response.
> Is there anyone can Help me?
> Thanks a lot!
> Wilson Lee
> 
> _______________________________________________
> oae-dev mailing list
> oae-dev@collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/oae-dev

_______________________________________________
oae-dev mailing list
oae-dev@collab.sakaiproject.org
http://collab.sakaiproject.org/mailman/listinfo/oae-dev

Reply via email to