Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do i install aloha #1637

Open
reinaldo-morales-jr opened this issue Nov 9, 2019 · 4 comments
Open

how do i install aloha #1637

reinaldo-morales-jr opened this issue Nov 9, 2019 · 4 comments

Comments

@reinaldo-morales-jr
Copy link

how do I install aloha. I download zip file, unzipped and I don't see an install or exe option.

@nhandt64
Copy link

nhandt64 commented Jan 2, 2020

Try to npm i && npm start, this requires you to have nodejs and npm installed on your computer.

@pgalbavy
Copy link

If it's that simple it would be wonderful if that appeared in the README at least, if not in the docs.

@gusarg81
Copy link

Is not working:

npm i && npm start
npm WARN saveError ENOENT: no such file or directory, open '/home/gustavo/Aplicaciones/Aloha-Editor-1.4.58/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/home/gustavo/Aplicaciones/Aloha-Editor-1.4.58/package.json'
npm WARN Aloha-Editor-1.4.58 No description
npm WARN Aloha-Editor-1.4.58 No repository field.
npm WARN Aloha-Editor-1.4.58 No README data
npm WARN Aloha-Editor-1.4.58 No license field.

up to date in 1.119s
found 0 vulnerabilities

npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/gustavo/Aplicaciones/Aloha-Editor-1.4.58/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/home/gustavo/Aplicaciones/Aloha-Editor-1.4.58/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! /home/gustavo/.npm/_logs/2020-09-21T17_37_33_601Z-debug.log

@vinayak-vikram
Copy link

vinayak-vikram commented Jan 13, 2021

I downloaded the zip file and I still don't know what to do. I tried npm i && npm start and I got this:

npm WARN enoent ENOENT: no such file or directory, open '/home/vinayak/EasyBreezy/Aloha-Editor-1.4.58/package.json'
npm WARN Aloha-Editor-1.4.58 No description
npm WARN Aloha-Editor-1.4.58 No repository field.
npm WARN Aloha-Editor-1.4.58 No README data
npm WARN Aloha-Editor-1.4.58 No license field.
npm ERR! Linux 5.4.0-58-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! path /home/vinayak/EasyBreezy/Aloha-Editor-1.4.58/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/home/vinayak/EasyBreezy/Aloha-Editor-1.4.58/package.json'
npm ERR! enoent ENOENT: no such file or directory, open '/home/vinayak/EasyBreezy/Aloha-Editor-1.4.58/package.json'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! /home/vinayak/EasyBreezy/Aloha-Editor-1.4.58/npm-debug.log
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants