angucomplete-alt icon indicating copy to clipboard operation
angucomplete-alt copied to clipboard

Error: Cannot find module 'angular'

Open mavericreal opened this issue 8 years ago • 4 comments

We keep getting the error:

gulp-notify: [Compile Error] Error: Cannot find module 'angular' from '/........./assets/bower_components/angucomplete-alt'

Even if angular is required like this on the main file:

require '../bower_components/angular/angular'

Is there any documentation about how angucomplete-alt wants angular to be required?

Thanks!

mavericreal avatar Apr 22 '16 00:04 mavericreal

same error using Angular AMD. @raulsann any luck ?

daya-cd avatar Apr 28 '16 10:04 daya-cd

I'm facing the same error using angular 1.5.0 with electron.

jorool avatar Jan 11 '17 04:01 jorool

Same error here, any update?

bergpb avatar Jan 21 '19 11:01 bergpb

I resolve the problem changing some code in directive: https://gist.github.com/bergpb/3d356468c5c5b196713c8f9c4a895e2a

bergpb avatar Jan 24 '19 08:01 bergpb