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
The error is simply:
15 10 2015 18:18:10.760:ERROR [framework.browserify]: bundle error 15 10 2015 18:18:10.760:ERROR [framework.browserify]: Error: Cannot find module 'showdown' from '../project/bower_components/ng-showdown/dist'
These are my installed packages
$ bower list ├─┬ ng-showdown#1.0.1 │ ├── angular#1.4.7 (1.5.0-build.4324+sha.469b14a available) │ ├─┬ angular-sanitize#1.4.7 (1.5.0-build.4324+sha.469b14a available) │ │ └── angular#1.4.7 │ └── showdown#1.2.3
A similar error was reported and fixed in showdown.
I'm running browserify in the Karma pipeline
paths = { test: [ //.. './bower_components/ng-showdown/dist/ng-showdown.js', //.. ]}; config.set({ basePath: __dirname + '/../..', files: paths.test, exclude: [], frameworks: ['browserify', 'jasmine'], browsers: ['PhantomJS'], reporters: ['progress', 'coverage'], preprocessors: { 'bower_components/**/*js': ['browserify'], 'app/src/app.js': ['browserify', 'coverage'], 'app/src/**/*test.js': ['browserify', 'coverage'] }, coverageReporter: { type: 'html', dir: paths.dest.testCoverage }, browserify: { debug: true, transform: ['babelify'] }, colors: true, logLevel: config.LOG_DEBUG, autoWatch: true, port: 9876, singleRun: false });
any ideas? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The error is simply:
These are my installed packages
A similar error was reported and fixed in showdown.
I'm running browserify in the Karma pipeline
any ideas? Thanks!
The text was updated successfully, but these errors were encountered: