Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Internal server error: Preprocessor dependency "sass" not found. Did you install it?  #242

@xiangnanscu

Description

@xiangnanscu

Versions

nuxt-vite: latest
nuxt: latest

Reproduction

app.vue

<script setup>

</script>
<template>
  <div>
    <h1>app.vue</h1>
    <NuxtLayout>
      <NuxtPage/>
    </NuxtLayout>
  </div>
</template>

<style lang="scss">
@import "node_modules/bootstrap/scss/bootstrap.scss";
</style>

Description

run command

nuxt dev

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions