Я пытаюсь создать новое приложение Ionic через npm, используя команду:
вкладки ионного запуска app_demo
и возвращается следующее сообщение об ошибке:
Error: Encountered bad status code (406) for https://d2ql0qc7j8u4b2.cloudfront.net/angular-official-tabs.tar.gz
This could mean the server is experiencing difficulties right now--please try again later.
at Request.req.on.res (C:\Users\Miguel\AppData\Roaming\npm\node_modules\ionic\lib\utils\http.js:64:24)
at Request.emit (events.js:198:13)
at Request._emitResponse
(C:\Users\Miguel\AppData\Roaming\npm\node_modules\ionic\node_modules\superagent\lib\node\index.js:862:8)
at ClientRequest.req.once.res
(C:\Users\Miguel\AppData\Roaming\npm\node_modules\ionic\node_modules\superagent\lib\node\index.js:412:10)
at Object.onceWrapper (events.js:286:20)
at ClientRequest.emit (events.js:203:15)
at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:556:21)
at HTTPParser.parserOnHeadersComplete (_http_common.js:109:17)
at Socket.socketOnData (_http_client.js:442:20)
Я попытался удалить node.js и установить его заново, очистить кеш, но, похоже, ни один из них не работает.