Skip to main content

All Questions

Tagged with
-1 votes
0 answers
12 views

Getting net::ERR_ABORTED 404 (Not Found) at http://localhost:5173/@vite/client in vite project

I have set up a Vite project for vuejs, following the quick start guide to learn the workflow of application development. However, upon launching the app on chrome (or any other browser for that ...
Amittras Pal's user avatar
1 vote
0 answers
25 views

primevue components not available in custom npm package [Vue warn]: Failed to resolve component

I want to create an npm package that will render a textbox and a button. In this npm package, I want to use primevue Button component. This is the published package link: vue-main-package I use this ...
Jaydev's user avatar
  • 437
-2 votes
0 answers
40 views

Why does npm run watch stall?

I have a vue project that was running fine. Npm run watch was running ok. After some changes npm run watch started stalling with no error or warning as in the image. I deleted the node modules and ...
davidkihara's user avatar
0 votes
0 answers
22 views

I'm encountering difficulties compiling my Vue.js project due to memory constraints when running npm run production or npm run watch

I have recently encountered challenges in compiling my project, which uses Laravel for the backend and Vue.js for the frontend. When running the npm run watch and npm run production commands, the ...
Darkjaeger's user avatar
0 votes
0 answers
2k views

Vue.JS DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead

Whilst executing a call API request, the Vue.JS application throws an error. API is running at Okta, and the request is successful through cURL in CLI. Error thrown (node:82171) [DEP0060] ...
ramonz000's user avatar
1 vote
1 answer
52 views

When running npx creat-vue gives me an error message, and can not create-vue app

I am trying to create a vuejs aplication using npx, but the npx create-vue app command line it gives the error below. The node version is v12.22.9 and the npm version is 8.5.1. > home/myuser/.npm/...
Ângelo Rigo's user avatar
  • 2,101
1 vote
1 answer
80 views

roduction: main@HEAD Failed Failed during stage 'building site': Build script returned non-zero exit code: 2

11:29:48 AM: build-image version: 3d3c7e8b4321e2c1a54a2c4584fb46ba742b1630 (focal) 11:29:48 AM: buildbot version: 72ed9578274f76ae72cdce4c5312615aeecc32fb 11:29:49 AM: Building without cache 11:29:49 ...
Chris Curt's user avatar
1 vote
1 answer
28 views

Production: main@HEAD Failed Failed during stage 'Install dependencies': dependency_installation script returned non-zero exit code: 1

When I try to publish my site for the first time on Netlify, I receive these errors 7:24:28 PM: build-image version: 3d3c7e8b4321e2c1a54a2c4584fb46ba742b1630 (focal) 7:24:28 PM: buildbot version: ...
Chris Curt's user avatar
0 votes
1 answer
41 views

How to correctly update node.js in an ionic project

I have a project using vue / vuetify which I am attempting to merge into an Ionic project (the latter started out as a sample from the Ionic site). The original project is working OK and uses vue ...
quilkin's user avatar
  • 1,297
1 vote
0 answers
206 views

Vite server not reloading on file changes after migrating from 4.4 to 5

I have a vue 3 vite application for custom web components. The application builds the bundle and then the bundle is used in the index.html to run the custom web components. When in development I use ...
new_here's user avatar
0 votes
0 answers
27 views

npm package is inferred to be any when referenced in main.ts

I created a custom npm package, which is a vue component. Now I register this component globally in main.ts But the editor inferred the type as any, which caused me to agonize when using components. ...
Koakuma's user avatar
  • 11
0 votes
0 answers
65 views

Deploying Storybook components in an npm package

I'm currently setting up the design system for my company. We currently have 4 applications running in parallel and we'd like to have a single design system for all the applications. So we've created ...
Péa's user avatar
  • 1
0 votes
1 answer
131 views

ERR_EMPTY_RESPONSE with docker container port bind

I've installed vuejs3 and npm run dev it inside docker container with node:latest image. Very basic. Inside a container it definitely started on http://localhost:5173, as I can get a response by curl ...
Oleg Vartanov's user avatar
0 votes
0 answers
55 views

Issue with Vuetify project build and production deployment

I'm encountering a problem when building a basic Vuetify project using npm create vuetify with TypeScript, npm, and the Essentials option. After running npm run dev, the project runs successfully. ...
Alienbushman's user avatar
0 votes
2 answers
59 views

How to auto answer the "npm init -y vue"

I want to run "npm init -y vue" in bash script, and make everything auto answer without any manually input. I found this link with setting the default values in npm init but it is not enough:...
stackbiz's user avatar
  • 1,342

15 30 50 per page
1
2 3 4 5
96