nuxt / create-nuxt-app

Create Nuxt.js App in seconds.
MIT License
3.48k stars 429 forks source link

Can't run a project correctly #976

Open manascimento opened 2 years ago

manascimento commented 2 years ago

Version

create-nuxt-app v4.0.0 NPM: 8.15.0 Node: v16.17.0 (LTS) Ubuntu 22.04.1 LTS (WSL2)

Reference: #962

Steps to reproduce

npm init nuxt-app nuxt-test (or manually -> https://nuxtjs.org/docs/get-started/installation#manual-installation)

Generating Nuxt.js project in nuxt-test ? Project name: nuxt-test ? Programming language: JavaScript ? Package manager: Npm ? UI framework: Vuetify.js ? Nuxt.js modules: Progressive Web App (PWA) ? Linting tools: Prettier ? Testing framework: None ? Rendering mode: Universal (SSR / SSG) ? Deployment target: Static (Static/Jamstack hosting) ? Development tools: jsconfig.json (Recommended for VS Code if you're not using typescript) ? Continuous integration: None ? Version control system: None

What is Expected?

After the command npm run dev, the project should be working.

What is actually happening?

`ℹ Preparing project for development 23:59:14 ℹ Initial build may take a while 23:59:14 ℹ Discovered Components: .nuxt/components/readme.md 23:59:14 ✔ Builder initialized 23:59:14 ✔ Nuxt files generated 23:59:14

ERROR Cannot find module 'caniuse-lite/data/features/css-unicode-bidi' 23:59:15 Require stack:

image