-
Notifications
You must be signed in to change notification settings - Fork 480
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
Unexpected identifier in /crontab-ui/views/index.ejs #109
Comments
Got the same issue on an Ubuntu 18.04 with: |
Interesting. I can't reproduce this on mac. What happens when you run this:
|
@alseambusher The error message I pasted above is what happens. I installed it via |
Same error here. It was running fine on macOS 10.12 and then I upgraded to 10.15 and it was not behaving properly so I updated npm and crontab-ui to the latest version ran the command and same error. {"message":"Unexpected identifier in /usr/local/lib/node_modules/crontab-ui/views/index.ejs while compiling ejs\n\nIf the above error is not helpful, you may want to try EJS-Lint:\nhttps://github.com/RyanZim/EJS-Lint\nOr, if you meant to create an async function, pass |
Might be related to mde/ejs#477 |
Upgrade to 0.3.9 (latest) https://github.com/alseambusher/crontab-ui/releases/tag/v0.3.9 and let me know if it fixes things |
Yup, it worked!!! Now if I can only figure out where my backups are stored :( Thanks |
Great! It is usually stored in |
Make sure these boxes are checked( - [x] ) before submitting an issue.
npm --version
andnode --version
). Get the latest nodejs here.node -v v13.2.0
npm --version 6.13.1
node_modules
folder has right permissions (Runls -ld $(npm root -g)/crontab-ui
)System: Raspberry Pi 2 B+, image:
2019-09-26-raspbian-buster-lite
Installed crontab-ui from
npm
first, got this error message in the browser, then went back and installed via building a docker image and got the same error message in the browser:The text was updated successfully, but these errors were encountered: