Skip to main content

All Questions

Tagged with
0 votes
0 answers
249 views

Cache problem on a Yarn, Vite and Vue 3 app. I need to run yarn vite all the time

I have a problem with a Yarn/Vite/Vue3 app lately. I've been working on this app on local environment for a few weeks, it has a git and I sometimes commit/push stuff. These days every time I do a code ...
AnnaGino's user avatar
2 votes
0 answers
572 views

Exit code: 1 Command: node-pre-gyp install --fallback-to-build --library=static_library

I am trying to run a vue project which gives me some error upon cloning from the remote repo and running ```yarn`` to install the modules and packages needed for the package to run. BUT I am getting ...
George Marwanqana's user avatar
6 votes
3 answers
3k views

Why running yarn commands is giving an error- Integrity check failed for "yargs-parser"

The problem- In my existing Vue project if I am running the yarn install or yarn add package_name command, the following errors are occurring- What I read- After reading this article (scroll down to ...
Neha Soni's user avatar
  • 4,463
1 vote
0 answers
537 views

Using Vue3 and Vue2 simultaneously in monorepo

I have a problem building Vue3 and Vue2 apps in monorepo. When trying to build the apps I see an error in Vue3 app: error in ./src/App.vue Syntax Error: TypeError: Cannot read properties of ...
plachu's user avatar
  • 11
3 votes
1 answer
8k views

What is the difference between "yarn serve" and "yarn start" and "yarn build" [closed]

I only know that "yarn serve" and "yarn start" can both get my vue project up and running, but I don't know what the difference is between the two. All I know about "yarn ...
huoguo32's user avatar
0 votes
2 answers
442 views

Can't access the vue binary in my command line

I'm have some issues when trying to install Vue CLI on my mac device. I am using the terminal and I also want to work with yarn and not with npm. These are the commands used: yarn global add @vue/cli ...
R-C's user avatar
  • 11
0 votes
0 answers
545 views

running npm install @nuxtjs/sentry doesn't work with node version v16.15.0

I recently switched my laptop and cloned my project which was already working fine on the other laptop, when I installed node js in new laptop with version v16.15.0 and tried running "npm install&...
Sarwan Nizamani's user avatar
13 votes
1 answer
9k views

Can the frontend and backend share the same package.json?

I have a small personal project which I'm developing in one single repo. The backend is a Node.js server and the front is a Vue.js application. I want both of them to share the same package.json The ...
Kawd's user avatar
  • 4,340
5 votes
3 answers
7k views

Vue devtools inspection is not available on locally hosted app

When I run my Vue app, the Vue devtools extension detects Vue.js, but complains: Devtools inspection is not available because it's in production mode or explicitly disabled by the author. I'm ...
Bob Meyers's user avatar
0 votes
1 answer
760 views

Problems deploying Vue project after build on Apache webserver due to wrong relative paths

I have a simple Vue.js project. I ran the command yarn build, then copied all the files inside dist/ folder onto Apache webserver. When my URL pointed to the generated index.html, nothing appeared. I ...
user3848207's user avatar
  • 4,437
1 vote
1 answer
2k views

What is the equivalent of npm run start:ci in yarn?

I'm trying to configure Bitbucket CI/CD for cypress testing on my vue app which uses yarn for package management. Is there any way to start server in background by yarn? Thanks in advance
Alessandra Ipiranga's user avatar
0 votes
1 answer
1k views

How to build Vuetify 3 from sources and use it?

I want to use current Vuetify 3 version from master in my project. I cloned vuetify from master (git clone -b next https://github.com/vuetifyjs/vuetify.git) to /home/pavel/vuetify folder. After that I ...
user avatar
-1 votes
1 answer
3k views

Vue JS Error , The Requested Module does not provide an export named 'createApp'

I wrote hello world vue js 3 simple Programme. then it gives following error. I want to pass vue property value to HTML value. but it doesn't work . please help me to resolve this . package.json { &...
Amrith Sudarshan's user avatar
3 votes
1 answer
14k views

How to create vue project with vite and yarn

I watch Vue series on Udemy. He write yarn add [email protected] and yarn add [email protected] --developer. Also I'm writing thoose commands in a terminal but I see node_modules, package.json files src folder is ...
Rockie Leafler's user avatar
5 votes
1 answer
3k views

yarn serve in background

I'm trying to configure gitlab CI/CD for cypress e2e testing on my vue app which uses yarn for package management. cypress documents are all written for npm cypress gitlab ci/cd configuration tutorial ...
mammad's user avatar
  • 207

15 30 50 per page
1
2 3 4 5
8