Unable to run any Meteor Js command

What’s the cause of this problem and how do I fix it? Thanks.

Machine:~ username$ meteor create project
'/Users/username/.meteor' exists, but '/Users/username/.meteor/meteor' is not executable.

Remove it and try again.
Machine:~ username$
1 Like

Try reinstalling Meteor or adjusting permissions for the executable.

1 Like

@storyteller, I have tried re-installing, didn’t work. How do I adjust the permissions for the executable? Thanks.

Hello,

try this command :

chmod +x /Users/username/.meteor/meteor.sh

and rerun meteor create in your terminal.

This command makes your file executable.

1 Like