facebook

The new Vue project does not work. Dependencies are also old.

  1. CodeMix & Angular IDE
  2.  > 
  3. Getting Help
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #589001 Reply

    tkatochin
    Participant

    After installing npm install, security warning which was considered problem in February and April this year is issued.

    hoek package problem: https://nodesecurity.io/advisories/566
    tunnel-agent package problem: https://nodesecurity.io/advisories/598

    Is there a new Vue project that works correctly?
    My environment is below.
    node v 9.9.0
    npm 6.0.0

    Running without worrying will cause a compile error.

    Failed to compile.

    ./node_modules/vue-loader/lib/template-compiler?{“id”:”data-v-7ba5bd90″,”hasScoped”:false,”buble”:{“transforms”:{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/App.vue
    Module build failed: Error: No parser and no file path given, couldn’t infer a parser.
    at normalize (/(omit)/node_modules/prettier/index.js:7051:13)
    at formatWithCursor (/(omit)/node_modules/prettier/index.js:10370:12)
    at /(omit)/node_modules/prettier/index.js:31115:15
    at Object.format (/(omit)/node_modules/prettier/index.js:31134:12)
    at Object.module.exports (/(omit)/node_modules/vue-loader/lib/template-compiler/index.js:80:23)
    @ ./src/App.vue 11:0-238
    @ ./src/main.js
    @ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/main.js

    #589175 Reply

    Brian Fernandes
    Moderator

    We couldn’t quite reproduce this, but will be looking into security issues that could exist with some of these libraries – thank you for highlighting it here.

    Now, our Vue starter project is basic, and you could actually use the Vue CLI to create a Vue project and import it into the IDE using the File > Open Projects from File System action – it will function in the same way, you don’t have to create the project within the IDE.

    Hope this helps, let us know if you require further assistance.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: The new Vue project does not work. Dependencies are also old.

You must be logged in to post in the forum log in