Code Monkey home page Code Monkey logo

Comments (5)

khairulhaaziq avatar khairulhaaziq commented on June 25, 2024 2

@Atinux I have similar problem. I need this importantly. Is this fixable?

After updating to latest nuxt release, the module doesn't seem to work at all

I solved it. Anyone looking to add multiple subdomain with nuxt3, without any package, have a look at this repo https://github.com/zernonia/keypress

from router-module.

oleghalin avatar oleghalin commented on June 25, 2024 1

Having other issue on clean Nuxt 3:

 [vite] Internal server error: Failed to resolve import "../router.js" from "virtual:nuxt:/app/nuxt-test/.nuxt/router.js". Does the file exist?  

from router-module.

tol64 avatar tol64 commented on June 25, 2024

Version 1.7.0 in Nuxt 3:

{
...
  "devDependencies": {
    "nuxt": "3.0.0-rc.3",
  },
  "dependencies": {
    "@nuxtjs/router": "^1.7.0",
  }
}

If you include the module in the modules section:

import { defineNuxtConfig } from 'nuxt';

export default defineNuxtConfig({
...
  modules: [
    '@nuxtjs/router',
  ],
...
});

Then we get this error:

ERROR  10:01:40 PM [vite] Internal server error: Failed to resolve import "../router.js" from "virtual:nuxt:C:\laragon\www\nuxt3\test-02\.nuxt\router.js". Does the file exist?                                                                             22:01:40  
  Plugin: vite:import-analysis
  File: virtual:nuxt:C:/laragon/www/nuxt3/test-02/.nuxt/router.js
  1  |  import { createRouter as customCreateRouter } from '../router.js'
     |                                                      ^
  2  |
  3  |
      at formatError (C:\laragon\www\nuxt3\test-02\node_modules\vite\dist\node\chunks\dep-59dc6e00.js:38663:46)
      at TransformContext.error (C:\laragon\www\nuxt3\test-02\node_modules\vite\dist\node\chunks\dep-59dc6e00.js:38659:19)
      at normalizeUrl (C:\laragon\www\nuxt3\test-02\node_modules\vite\dist\node\chunks\dep-59dc6e00.js:56830:26)
      at runMicrotasks (<anonymous>)
      at processTicksAndRejections (node:internal/process/task_queues:96:5)
      at async TransformContext.transform (C:\laragon\www\nuxt3\test-02\node_modules\vite\dist\node\chunks\dep-59dc6e00.js:56979:57)
      at async Object.transform (C:\laragon\www\nuxt3\test-02\node_modules\vite\dist\node\chunks\dep-59dc6e00.js:38900:30)
      at async doTransform (C:\laragon\www\nuxt3\test-02\node_modules\vite\dist\node\chunks\dep-59dc6e00.js:55857:29)

At https://modules.nuxtjs.org/, you can see that @nuxtjs/router is not currently supported in Nuxt 3.

2022-05-29_215550

from router-module.

khairulhaaziq avatar khairulhaaziq commented on June 25, 2024

@Atinux I have similar problem. I need this importantly. Is this fixable?

from router-module.

khairulhaaziq avatar khairulhaaziq commented on June 25, 2024

@Atinux I have similar problem. I need this importantly. Is this fixable?

After updating to latest nuxt release, the module doesn't seem to work at all

from router-module.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.