-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Can not run #1618
Comments
@aiyadingya could you give more information about what you're trying to do & sources you are following to get the result you want. |
In case `versions.json` could not be properly downloaded/parsed by 'node-version-data', avoid `TypeError: Cannot read property 'find' of undefined` when `releases` is `undefined` and return `undefined` instead. Error should be handled properly elsewhere. See: #1618
Hi, I just checked out fresh copy of this repository and tried to build it. Worked fine for me. Could you please check if Somehow the array of Node.js versions is |
In case `versions.json` could not be properly downloaded/parsed by 'node-version-data', avoid `TypeError: Cannot read property 'find' of undefined` when `releases` is `undefined` and return `undefined` instead. Error should be handled properly elsewhere. See: #1618
No answer from original poster, closing. |
MacBook Pro (Retina, 13-inch, Early 2015)
node v8.9.1
npm v5.7.1
After running the npm start command, the following result appears:
and I open http://localhost:8080/en/ Show this page not found
The text was updated successfully, but these errors were encountered: