-
-
Notifications
You must be signed in to change notification settings - Fork 428
Closed
Description
- Operating System: macOS 10.13.6
- Node Version: 8.16.2
- sass-loader Version: 8.0.1
Expected Behavior
Sass loader 8.0.1 requires node version no less than 8.9.0, so it should be available under node version 8.16.2
Actual Behavior
Sass loader 8.0.1 requires node version no less than 8.9.0, but it is not available in node version 8.16.2, and the node version needs no less than 10
Code
error semver@7.1.1: The engine "node" is incompatible with this module. Expected version ">=10". Got "8.16.2"
error Found incompatible module.
sass-loader@^8.0.0:
version "8.0.1"
dependencies:
clone-deep "^4.0.1"
loader-utils "^1.2.3"
neo-async "^2.6.1"
schema-utils "^2.6.1"
semver "^7.1.1"
{
"name": "sass-loader",
"version": "8.0.1",
"engines": {
"node": ">= 8.9.0"
},
}
{
"name": "semver",
"version": "7.1.1",
"engines": {
"node": ">=10"
}
}whq731 and JuXie-QiBao
Metadata
Metadata
Assignees
Labels
No labels