Skip to content

Instantly share code, notes, and snippets.

@muhammadghazali
Created October 29, 2011 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muhammadghazali/1324408 to your computer and use it in GitHub Desktop.
Save muhammadghazali/1324408 to your computer and use it in GitHub Desktop.
Failed to start backend process because there is no such a directory of "/home/user/.nave/installed/0.4.7/bin/node"
# The discussion:
# http://devsupport.blaast.com/discussions/problems/48-failed-to-start-backend-process-because-there-is-no-such-a-direcotry-of-homeghazalinaveinstalled047binnode
# The error message:
# Failed to start backend process: Cannot run program "home/user/.nave/installed/0.4.7/bin/node": java.io.IOException: error=2, No such File or Directory.
# The work around works with these steps:
# I have to create a directory ".nave/installed" in my user home directory
cd ~
mkdir .nave/installed
# Create the symbolic link of "/opt/blaast-sdk/boot/n/versions/0.4.7" to the previous directory I created.
sudo ln -s /opt/blaast-sdk/boot/n/versions/0.4.7/ 0.4.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment