Skip to main content

All Questions

Tagged with
-3 votes
1 answer
756 views

I was installing Vue.js in my system but this error occurred

I was installing Vue.js in my system using npm i -g @vue/cli but this happened: npm WARN cleanup Failed to remove some directories [ npm WARN cleanup [ npm WARN cleanup 'C:\\Users\\pc\\...
Dhruv verma's user avatar
0 votes
1 answer
26 views

Error in style.sass after running npm run serve

I tried running npm run serve in my VueJS project but I have encountered a syntax error saying: "Expected identifier" pointing to this: "will-change: transform, opacity". Full log ...
renlaguna's user avatar
1 vote
0 answers
144 views

How to use a vue 2 dependency that uses Vue.extend() in a nuxt 3 app?

I am working on a nuxt 3 application and in this repo I am npm installing a private package that uses vue 2 under the hood. I install this package and create a plugin and register it in the nuxt....
CodeConnoisseur's user avatar
0 votes
2 answers
1k views

Failed to Install vuex in vue 2

I want to install vuex in vue2 but I got an error I've tried with multiple commends lines npm install vuex --save npm install vuex@next --save even though I've changed the expected node version then ...
khawar shah's user avatar
2 votes
2 answers
2k views

How can I fix compatibility problems with tfjs-node?

Importing // Frontend - Vue.js const tfn = require('@tensorflow/tfjs-node') then running npm install --save @tensorflow/tfjs-node gets me followed error: npm ERR! node-pre-gyp ERR! stack at ...
JAdel's user avatar
  • 1,616
0 votes
0 answers
36 views

How can I solve npm install error from the terminal? [duplicate]

I using node version 16.16.0 and npm version 8.11.0 I'm currently accessing a vue project on my local. So I need to run npm install. This vue project version: v2.6.11. When I run npm install there is ...
positive developer's user avatar
0 votes
0 answers
359 views

Inner npm install 'axios' modules fails in WebStorm

I get an error when I install the axios module in WebStorm, and I don't know how to solve it. This is my package.json.her, but I not changed: { "name": "todolist", "...
陈慢慢's user avatar
1 vote
0 answers
104 views

Not able to build repo on node

See image for reference npm ERR! code 1 npm ERR! path C:\Users\adityarai\Documents\Questionnaire.UI\node_modules\deasync npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ...
aditya rai's user avatar
0 votes
1 answer
894 views

How to solve vue 3 compatible packages problem?

I'm trying to update my packages with npm. I want to use vue 3 but there are some problems in these 3 packages: @vue/composition-api vue-class-component vue-property-decorator I cannot install them. ...
edche's user avatar
  • 680
1 vote
2 answers
9k views

Update VueJS project to Node16

I have to update my Node JS from 14.17.3 to 16.14.2 and if I run the project (made with node 14) with node 16 this is what happens: Error: Node Sass does not yet support your current environment: OS X ...
Francesco Sasso's user avatar
1 vote
1 answer
616 views

Should I be concerned about NPM vulnerabilities when using Vue?

I just installed @Vue-cli and I decided to create my first project using Vue3. After running vue create hello-world and it finished building the project, the cli said 7 moderate severity ...
JohnA's user avatar
  • 636
0 votes
0 answers
80 views

Creating a NodeJS/VueJS Docker Image in a Disconnected Environment

I'm in a totally disconnected network developing a VueJS2 app. I've been lucky to be allowed to bring everything I need on a CD to be scanned and blessed and eventually put in a spot where I can go ...
Duane Haworth's user avatar
2 votes
1 answer
18k views

Is there a way to resolve this "npm install" issue?

I have a Vue 2 project running on a windows 10 system. My Node version is v16.13.0 and npm is 8.5.0. I got some errors when I tried serving the app, so I deleted the node_modules folder and tried to ...
NwaiwuIsidore's user avatar
0 votes
1 answer
2k views

building docker image throws gyp ERR! not ok when installing npm

I've built a vue.js application and wanted to create an image using docker. However, I get several gyp ERR! lines when I run the docker build command. I have no problem running the app on my machine ...
ecesari's user avatar
  • 51
3 votes
0 answers
2k views

How to solve "Syntax Error: Error: PostCSS received undefined instead of CSS string"

My CLI shows an error after I cloned a Vue project, run npm install and run npm run serve the error shown: ERROR Failed to compile with 1 error ...
mhsiungw's user avatar

15 30 50 per page