Help? Vows in Console -> Permission Denied

I'm wondering if I misconfigured something or need to set permissions beyond normal permissions for the project:

Error Message:

> /Volumes/Data/Users/dev/.nvm/v0.8.16/lib/node_modules/vows
Cannot run program "/Volumes/Data/Users/dev/.nvm/v0.8.16/lib/node_modules/vows" (in directory "/Volumes/Data/Users/dev/Workspaces/WebstormProjects/prototype/tests"): error=13, Permission denied



Steps to reproduce:

Installed vows using npm install vows -g
Created a test folder with tests
Created a test
Add an alias for vows in the Command Line Tools Support
Run vows from Command Line Tools Console
0
Avatar
Permanently deleted user

Changed tool location from:

/Volumes/Data/Users/dev/.nvm/v0.8.16/lib/node_modules/vows

to

/Volumes/Data/Users/dev/.nvm/v0.8.16/lib/node_modules/vows/bin/vows

and can run vows in the ide console.

symlink issue I assume.  Used ls -la to see the locations.

(this is in OSX 10.8.2)

0

Can you run /Volumes/Data/Users/dev/.nvm/v0.8.16/lib/node_modules/vows from Terminal?

0

请先登录再写评论。