Tagged: Vue hoek tunnel-agent node-sass
- This topic has 1 reply, 2 voices, and was last updated 6 years, 6 months ago by Brian Fernandes.
-
AuthorPosts
-
tkatochinParticipantAfter 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/598Is there a new Vue project that works correctly?
My environment is below.
node v 9.9.0
npm 6.0.0Running 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
Brian FernandesModeratorWe 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.
-
AuthorPosts