Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
534 views

NPM failing, trying to install x64 dependency on arm64 machine

I have a fresh install of Nuxt 3, that I created on my x64 PC. At this stage, nothing has been changed beyond its initial setup. Git repo The problem I face is when cloning that to my M1 macbook, ...
Jontypop's user avatar
1 vote
1 answer
1k views

"Currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree" problem after Nuxt updating

I've just upgraded nuxt in my project with npx nuxi upgrade and now when I run eslint . I have this output ============= WARNING: You are currently running a version of TypeScript which is not ...
Nikita Dmitriev's user avatar
2 votes
1 answer
435 views

@nuxtjs/sitemap error says: Cannot find package 'nitropack'

I have a nuxtjs v2 webapp and have installed @nuxtjs/sitemap module, After I have installed that plugin, everytime I try to run npm run dev or build or generate this error is returned: Cannot find ...
Yasser's user avatar
  • 48
0 votes
1 answer
190 views

Failed to download template from registry: fetch failed when init nuxt project

npx nuxi@latest init b-client ERROR Error: Failed to download template from registry: fetch failed I modify the host file but it didn't work. I modify the DNS profile but it didn't work. I use all ...
user19633213's user avatar
0 votes
0 answers
24 views

Encountering Issues with 'npm install' and 'node install' Commands - Seeking Help to Resolve Dependencies and Installation Problems

when I install node modules or node throw this error . This issues see after I try change node version. show this error when I install npm show this error when I run my project I want know what is ...
Md Noman Hossain's user avatar
1 vote
1 answer
101 views

npm package [email protected] ERROR Cannot find module './shared/untyped.a47b2336.cjs'

I'm learning a nuxt project, which uses [email protected]. When I finished yarn install,I typed yarn run dev,but I got error message as below: $ yarn run dev yarn run v1.22.19 $ nuxt dev --open Nuxt 3.0....
Julian20151006's user avatar
0 votes
0 answers
232 views

How do I properly utilize an external an external dependency like bcrypt in a Nuxt 3 app?

Currently, in my Nuxt 3 app, I have a registration form that collects a username, email, and password. Before sending the password in a POST request, I would like to hash the password. My first ...
wonton97's user avatar
0 votes
0 answers
252 views

Error [ERR_REQUIRE_ESM] while trying to run Cypress in Nuxt3 project

I am trying to add the latest version of Cypress for E2E testing to my Nuxt 3 project. However, when I am trying to run npx cypress open, the following error appears: /myproject/node_modules/listr2/...
Matthew T's user avatar
  • 103
0 votes
0 answers
29 views

nuxt 2 build problems with emitted big

npm run dev works perfect. When use npm run build it causes this problem. Build structure is wrong and when I try to test build by using http-server its approves that build is incorrect. In June build ...
EXov's user avatar
  • 1
0 votes
1 answer
613 views

Error with package @babel/plugin-proposal-private-property-in-object even after installing it

When I run my Nuxt app, I get an error: Error: [BABEL] C:\Users\my.name\Projects\blabla_project\.nuxt\client.js: --- PLACEHOLDER PACKAGE --- This @babel/plugin-proposal-private-property-in-object ...
Aleksandra's user avatar
1 vote
1 answer
77 views

Why vuetify tag isn't converted to html in browser?

I am using Vuetify in Nuxt 2 project and I have some issue with styles, so I checked that element in dev tools -> Inspect and I noticed that a few vuetify tags (markups) weren't converted to html (...
Aleksandra's user avatar
0 votes
0 answers
111 views

How to run npm command with cron

I use Nuxt.js 3 and nuxt-scheduler I want to make cron run once a week, cron will run the npm run build command. Please tell me how to specify the cron command? import { useScheduler } from "#...
mariaivanova1's user avatar
0 votes
0 answers
111 views

"ERROR missing ) after argument list" when running 'npm run dev'

Description: I'm facing a recurring issue with my Nuxt.js project. Whenever I run 'npm run dev' in the terminal, I encounter the following error: ERROR missing ) after argument list ...
Kamsiyonna's user avatar
1 vote
1 answer
142 views

Error during install datagrid librairie with Nuxt3

I have a Nuxt3 project and I’m trying to add a library called “@revolist/vue3-datagrid”. I ran the command “npm i @revolist/vue3-datagrid --save” as indicated in the library’s documentation. However, ...
Yassin Abdulla's user avatar
3 votes
1 answer
725 views

Using nuxt-link in external component library

we are developing an NPM package with vue based components to use in different Nuxt based apps. I'm not understanding which is the best strategy to use the "nuxt-link" component. For example ...
Francis Needham's user avatar

15 30 50 per page
1
2 3 4 5
12