We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See this run: https://github.com/paulmillr/readdirp/runs/204881542
It says “unexpected token (“ — this error is usually printed when async functions aren’t supported by the engine.
It errors only on Macos, which means something is wrong with your macos-node installation.
GitHub uses node 12.x (or 10.x or 8.x) which all support async functions. See travis-ci: the same build ran there without issues https://travis-ci.org/paulmillr/readdirp/builds/571845859
The text was updated successfully, but these errors were encountered:
I use async functions and I haven't had this issue. Try outputting the node version before npm install?
eg node -v
node -v
Sorry, something went wrong.
Merge pull request actions#47 from akamai/versionBumpMaster
2e587f5
rev connector version
docs: add pvogt09 as a contributor (actions#47)
52f1071
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
No branches or pull requests
See this run: https://github.com/paulmillr/readdirp/runs/204881542
It says “unexpected token (“ — this error is usually printed when async functions aren’t supported by the engine.
It errors only on Macos, which means something is wrong with your macos-node installation.
GitHub uses node 12.x (or 10.x or 8.x) which all support async functions. See travis-ci: the same build ran there without issues https://travis-ci.org/paulmillr/readdirp/builds/571845859
The text was updated successfully, but these errors were encountered: