You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@annotator.apache.org by GitBox <gi...@apache.org> on 2017/11/29 13:54:05 UTC

[GitHub] uskudarli opened a new issue #19: [incubator-annotator] capitalization error in imported module name asyncGenerator

uskudarli opened a new issue #19: [incubator-annotator] capitalization error in imported module name asyncGenerator 
URL: https://github.com/apache/incubator-annotator/issues/19
 
 
   
   After installation of [incubator-annotator](https://github.com/apache/incubator-annotator)
   
   when the demo is started
   > yarn start
   the error:
   ERROR in ./node_modules/@babel/runtime/helpers/builtin/es6/wrapAsyncGenerator.js
   Module not found: Error: Can't resolve './AsyncGenerator' 
   is encountered.
   
   Fixing the capitalization (from A to a) resolves the issue (import AsyncGenerator from "./asyncGenerator")
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services