atlas-guide icon indicating copy to clipboard operation
atlas-guide copied to clipboard

Error: Atlas: "guideSrc" (D:/scss) in config unavailable or unreadable. Please check this path in config

Open nfxpnk opened this issue 1 year ago • 0 comments

Windows 10

  1. Set "guideSrc": "D:/scss"
{
    "guideSrc": "D:/scss",
    "guideDest": "atlas",
    "cssSrc": "assets/css/",
    "copyInternalAssets": false,
    "excludedSassFiles": "_dev-atlas-settings|_dev-atlas-definitions",
    "componentPrefixes": ["atlas-", "l-"],
    "projectConstants": {
        "constantsSrc": "assets/src/scss/_dev-atlas-settings.scss",
        "colorPrefix": "color",
        "fontPrefix": "font",
        "scalePrefix": "scale",
        "spacePrefix": "space",
        "motionPrefix": "motion",
        "depthPrefix": "depth",
        "breakpointPrefix": "break"
    }
}

Check is folder exists ls d:/scss

$ ls d:/scss
styles.scss

Run node ./bin/atlas-guide.js --build=.atlasrc.json

$ node ./bin/atlas-guide.js --build=.atlasrc.json
Error: Atlas: "guideSrc" (D:/scss) in config unavailable or unreadable. Please check this path in config

nfxpnk avatar Jul 25 '22 00:07 nfxpnk