Solucionado (ver solução)
Solucionado
(ver solução)
4
respostas

Minha estrutura está diferente

meu INDEX.HTML está diferente da aula.

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
  <script data-ionic="inject">
    (function(w){var i=w.Ionic=w.Ionic||{};i.version='3.3.0';i.angular='4.1.2';i.staticDir='build/';})(window);
  </script>
  <meta charset="UTF-8">
  <title>Quest</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  <meta name="format-detection" content="telephone=no">
  <meta name="msapplication-tap-highlight" content="no">

  <link rel="icon" type="image/x-icon" href="assets/icon/favicon.ico">
  <link rel="manifest" href="manifest.json">
  <meta name="theme-color" content="#4e8ef7">

  <!-- cordova.js required for cordova apps -->
  <script src="cordova.js"></script>

  <!-- un-comment this code to enable service worker
  <script>
    if ('serviceWorker' in navigator) {
      navigator.serviceWorker.register('service-worker.js')
        .then(() => console.log('service worker installed'))
        .catch(err => console.error('Error', err));
    }
  </script>-->

  <link href="build/main.css" rel="stylesheet">

</head>
<body>

  <!-- Ionic's root component and where the app will load -->
  <ion-app>


  </ion-app>

  <!-- The polyfills js is generated during the build process -->
  <script src="build/polyfills.js"></script>

  <!-- The bundle js is generated during the build process -->
  <script src="build/main.js"></script>

</body>
</html>
4 respostas

Veja se o projeto foi criado na versao 1 do framework. Se sim, tente seguir com esse modelo sempre alterando quando necessário. O Ionic está sempre em atualização, então pode ser que eles mudaram essa parte tbm.

bons estudos

solução!

Em outro forum a Tathiane deu essa solução e funcionou

ionic start nomeProjeto blank --type ionic1

--type ionic1 resolve

Funcionou perfeitamente, obrigado pessoal. Desculpa por não marcar solução antes. Estou enrolado pra estudar.

Grato a todos.