0

Getting an error in the jquery property declared in paths.

<html>
  <head>
    <title>User Interface</title>
    <link
      rel="stylesheet"
      href="https://fonts.googleapis.com/icon?family=Material+Icons"
    />
    <link
      rel="stylesheet"
      href="/node_modules/material-design-lite/dist/material.css"
    />

    <script src="node_modules/traceur/bin/traceur.js"></script>
    <script src="node_modules/systemjs/dist/system.js"></script>

    <script src="node_modules/material-design-lite/dist/material.js"></script>

  </head>
  <body>
    <script>
      System.paths['jquery'] = "./node_modules/jquery/dist/jquery.js";
      System.import("src/app.js");
    </script>
  </body>
</html>
Bsquare ℬℬ
  • 4,241
  • 11
  • 21
  • 40
Karan KJ
  • 101
  • 1
  • 8

0 Answers0