我位于使用create-react-native-app
创建的应用程序的文件夹中。我用json-server
安装了sudo npm i -g json-server
。我的应用程序文件夹中有一个db.json
。当我尝试运行服务器时,出现此错误:
// ♥ json-server db.json
\{^_^}/ hi!
Loading db.json
Done
Resources
http://localhost:3000/photos
Home
http://localhost:3000
Type s + enter at any time to create a snapshot of the database
Some error occurred { Error: getaddrinfo ENOTFOUND localhost
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:58:26)
errno: 'ENOTFOUND',
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'localhost' }
无论我是否运行博览会服务器,都会发生这种情况。怎么了?
答案 0 :(得分:0)
本地主机可能隐藏在主机条目位置。
请检查并删除。
例如:
转到终端
cd /etc/hosts
#127.0.0.1
从本地主机中删除哈希并运行json-server。