You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear all,
Am on Cpanel/shared host space,
I logged into the SSH , then
source /home/beshoo/nodevenv/public_html/nuxt/16/bin/activate && cd /home/beshoo/public_html/nuxt
> [email protected] build
> nuxt build
WARN [email protected] is installed but ^4.46.0 is expected 04:00:25
undefined 04:00:25
WARN transition property is deprecated in favor of pageTransition and will be removed in Nuxt 3 04:00:25
WARN Module @nuxtjs/vuetify not found. Please ensure @nuxtjs/vuetify is in devDependencies and installed. HINT: During build step, for npm/yarn, NODE_ENV=production or --production should NOT be used.
FATAL Cannot find module '@nuxtjs/vuetify'
I tried to install @nuxtjs/vuetify it says the following
[public_html/nuxt (16)] [beshoo@server3 nuxt]$ npm i @nuxtjs/vuetify
up to date, audited 1569 packages in 7s
152 packages are looking for funding
run `npm fund` for details
15 vulnerabilities (7 moderate, 8 high)
To address all issues, run:
npm audit fix
Run `npm audit` for details.
Dear all,
Am on Cpanel/shared host space,
I logged into the SSH , then
source /home/beshoo/nodevenv/public_html/nuxt/16/bin/activate && cd /home/beshoo/public_html/nuxt
My package.json as follows
The problem is when I want to run the build
I tried to install
@nuxtjs/vuetify
it says the followingBut I go to the @nuxtjs
Nothing installed to the directory!
I deleted the node_modules, and then
node install
, but the same problem appear.What should I do!
Thank you in advance.
The text was updated successfully, but these errors were encountered: