We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even after having fixed #1 , I am still getting the following error when trying to build the app (grunt build:dist):
grunt build:dist
Running "browserify:libs" (browserify) task >> Bundle TCS_-_SampleApp_v1.0/ui/scripts/libs.js created. Running "browserify:app" (browserify) task >> /.../TCS_-_SampleApp/node_modules/ng2-device-detector/index.js:1 >> import { Injectable, NgModule } from '@angular/core'; >> ^ >> ParseError: 'import' and 'export' may appear only with 'sourceType: module' Warning: Error running grunt-browserify. Use --force to continue.
I have setup my dev environment using the script here: https://gist.github.com/fhightower/9ae9438ff7bad53ae6bae6a32385842e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even after having fixed #1 , I am still getting the following error when trying to build the app (
grunt build:dist
):I have setup my dev environment using the script here: https://gist.github.com/fhightower/9ae9438ff7bad53ae6bae6a32385842e
The text was updated successfully, but these errors were encountered: