You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following Quickstart instructions for Mac/Linux (./create_config && meteor):
It appears ./create_config completes fine, giving back the following output:
Server side config created.
Edit it in private/config.json to add Facebook or GitHub integration.
However, program spits back these errors when meteor runs with no edits to any files on a fresh install of Meteor:
=> Started proxy.
=> Meteor 1.3: ES2015 modules, npm integration, app testing, mobile
improvements, and more.
This release is being downloaded in the background. Update your app to
Meteor 1.3 by running 'meteor update'.
=> Started MongoDB.
=> Errors prevented startup:
While downloading [email protected]...:
error: getaddrinfo ENOTFOUND
While downloading [email protected]...:
error: getaddrinfo ENOTFOUND
=> Your application has errors. Waiting for file change.
The text was updated successfully, but these errors were encountered:
q9f
pushed a commit
to ethb3rlin/helpq
that referenced
this issue
Aug 21, 2022
When following Quickstart instructions for Mac/Linux (
./create_config && meteor
):It appears
./create_config
completes fine, giving back the following output:However, program spits back these errors when
meteor
runs with no edits to any files on a fresh install of Meteor:The text was updated successfully, but these errors were encountered: