-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Errors by npm start
#598
-
I had errors when I did below commands.
- git clone https://github.com/coreui/coreui-free-bootstrap-admin-template.git xxx
- cd xxx
- npm install
- npm start
The error messages were below.
Error: Can't find stylesheet to import.
╷
2 │ @import "@coreui/coreui/scss/functions";
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
src/scss/examples.scss 2:9 root stylesheetError: Can't find stylesheet to import.
╷
8 │ @import "@coreui/coreui/scss/coreui";
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
src/scss/style.scss 8:9 root stylesheet
The return of ls -l node_modules/\@coreui/coreui
was below.
node_modules/@coreui/coreui -> ../../../../@coreui/coreui
So I did npm install @coreui/coreui
, the errors are disappear.
Is it only my problem?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment