I am trying to install Meteor on the HP14 Chromebook. It is a linx x86_64 chrome os system.
Each time I try to install it I run into errors.
The first time I tried to install it the installer just downloaded the Meteor preengine but never downloaded the tarball or installed the actual meteor application structure.
So, I decided to try as sudo.
sudo curl https://install.meteor.com | /bin/sh
This definitely installed it because you can see it when ls
chronos@localhost ~/projects $ chronos@localhost ~/projects $ ls /home/chronos/user/.meteor/
bash: chronos@localhost: command not found
Now when I try to run meteor --version or meteor create myapp without sudo I get the following error.
```` chronos@localhost ~/projects $ meteor create myapp '/home/chronos/user/.meteor' exists, but '/home/chronos/user/.meteor/meteor' is not executable.
Remove it and try again. ````
When I try to run sudo meteor --version or sudo meteor create myapp I get this error.
chronos@localhost ~/projects $ sudo meteor create myapp
mkdir: cannot create directory ‘/root/.meteor-install-tmp’: Read-only file system
Any ideas? Thinking I have to make that partition writeable. I made partition 4 writeable.