Level 34
@anonymouse703 are you sure the yarn install is a success?
Can you try the following:
-
yarn install --forceor -
yarn rebuild node-sass
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello guys, I tried to clone a project from a repo. I already install the packages... when I try to yarn serve I got this error.
ERROR Failed to compile with 1 error
in ./src/App.vue?vue&type=style&index=0&lang=scss&
Syntax Error: Error: PostCSS received undefined instead of CSS string
this my App.vue
<template>
<router-view></router-view>
</template>
<script>
export default {
name: 'App'
}
</script>
<style lang="scss">
// Import Main styles for this application
@import 'assets/scss/style';
</style>
Please or to participate in this conversation.