GithubHelp home page GithubHelp logo

Comments (3)

justonian avatar justonian commented on July 22, 2024

Have you tried this again recently? I merged a pull request that locked in the versions of Ionic and Bower for now (which are global NPM modules). In the near future, I'm planning to merge a pull request after fixing a few issues which will fully upgrade the project to the latest versions of Ionic and Angular then allow the latest CLI to be used.

from aws-serverless-auth-reference-app.

rakeshtembhurne avatar rakeshtembhurne commented on July 22, 2024

I later figured out that the issue was missing build/vendor.js in file. Here's the diff:

diff --git a/app/src/index.html b/app/src/index.html
index 6141b1b..154437b 100644
--- a/app/src/index.html
+++ b/app/src/index.html
@@ -46,6 +46,7 @@
   <script src="assets/vendor/bower_components/aws-sign-web/aws-sign-web.js"></script>
 
   <!-- The bundle js is generated during the build process -->
+  <script src="build/vendor.js"></script>
   <script src="build/main.js"></script>
 
   <!-- Needed for Cordova/PhoneGap (will be a 404 during development) -->

Didn't have any problem with old old versions of Ionic and Cordova (ran only on browser, didn't create apps for iOS/Android).

from aws-serverless-auth-reference-app.

justonian avatar justonian commented on July 22, 2024

This issue is now fully fixed. If you pull the latest code and use the latest version of the Ionic CLI "npm install -g ionic" you should be fine. Please let us know if you encounter any other issues. Thanks!

from aws-serverless-auth-reference-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.