When running the run_AToMPM.sh file for the first time, I get the following error:
`cd: too many arguments`
This is caused by running
`cd node*`
when the directory structure is as follows:
```
clagms@clagms-VirtualBox:~/atompm/dependencies$ ls
node-v4.5.0 node-v4.5.0.tar.gz
```
This seems to be a problem with Ubuntu, and not with the installation itself, as I don't see any reason for being able to cd into node-v4.5.0.tar.gz.
To be safe though, as this breaks the installation, remove the node-v4.5.0.tar.gz after extracting it.
The updated script is here:
https://www.dropbox.com/s/gvn95w274hgunea/run_AToMPM.zip?dl=0
When running the run_AToMPM.sh file for the first time, I get the following error:
cd: too many arguments
This is caused by running
cd node*
when the directory structure is as follows:
This seems to be a problem with Ubuntu, and not with the installation itself, as I don't see any reason for being able to cd into node-v4.5.0.tar.gz.
To be safe though, as this breaks the installation, remove the node-v4.5.0.tar.gz after extracting it.
The updated script is here: https://www.dropbox.com/s/gvn95w274hgunea/run_AToMPM.zip?dl=0
Fixed in commit
68ae2d448c