Jump to content

Running Node Modules via bash script


que23

Recommended Posts

4 minutes ago, que23 said:

The contents of junk2 will be deleted. Strange behavior.

 

You're overwriting a file with the output of a command that has no output. An empty file is the expected result.

 

5 minutes ago, que23 said:

I can't seem to run any node app

 

That's because node isn't on PATH. Alfred doesn't use your shell PATH. Use /usr/local/bin/node instead of just node.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...