zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js 
framework
URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-535859958
 
 
   @malayhm I fail to start the frontend, here's error:
   
   ```
   error: 'n' is not defined (no-undef) at 
src/components/Notebook/NotebookList.vue:92:16:
     90 |         tree.push({
     91 |           title: this.getFileName(n.path),
   > 92 |           key: n.id,
        |                ^
     93 |           isLeaf: true
     94 |         })
     95 |       }
   
   
   5 errors found.
   
   Module Warning (from ./node_modules/eslint-loader/index.js):
   error: Expected an assignment or function call and instead saw an expression 
(no-unused-expressions) at src/components/Notebook/Import.vue:181:7:
     179 |       this.defaultInterpreter = null
     180 |
   > 181 |       this.importType = 'file',
         |       ^
     182 |       this.sourceNotebookFile = null
     183 |       this.sourceNotebookJSON = null
     184 |       this.fileUploaded = false
   
   
   error: Unexpected use of comma operator (no-sequences) at 
src/components/Notebook/Import.vue:181:31:
     179 |       this.defaultInterpreter = null
     180 |
   > 181 |       this.importType = 'file',
         |                               ^
     182 |       this.sourceNotebookFile = null
     183 |       this.sourceNotebookJSON = null
     184 |       this.fileUploaded = false
   
   
   2 errors found.
   ```

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


With regards,
Apache Git Services

Reply via email to