Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

sdp5
Copy link
Contributor

@sdp5 sdp5 commented Dec 29, 2021

token ?? is recently added and hence may not be available on armv6l platforms.
the latest available is node-v11.15.0-linux-armv6l.tar.xz I guess.

Fixes:

/opt/node/lib/node_modules/crontab-ui/routes.js:2
var base_url = process.env.BASE_URL ?? '';
                                     ^
SyntaxError: Unexpected token ?

token ?? is recently added and hence may not be available on armv6l platforms.
Fixes:
/opt/node/lib/node_modules/crontab-ui/routes.js:2
var base_url = process.env.BASE_URL ?? '';
                                     ^
SyntaxError: Unexpected token ?
@alseambusher alseambusher merged commit ebd009e into alseambusher:master Apr 3, 2022
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

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.