danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

Error: Could not load theme #355

Open fs-kanayama opened 6 years ago

fs-kanayama commented 6 years ago

Installed aglio new theme

yarn add global aglio-theme-olio-attributes
yarn add global aglio-theme-onlicar

But cant load theme

aglio -i test.md -o test.html -t onlicar
>> { Error: Could not load theme: Cannot find module 'aglio-theme-onlicar'
    at Function.Module._resolveFilename (module.js:536:15)
    at Function.Module._load (module.js:466:25)
    at Module.require (module.js:579:17)
    at require (internal/module.js:11:18)
    at Object.exports.getTheme (C:\UserPath\AppData\Roaming\npm\node_modules\aglio\lib\main.js:64:12)
    at Object.exports.run (C:\UserPath\AppData\Roaming\npm\node_modules\aglio\lib\bin.js:155:21)
    at Object.<anonymous> (C:\UserPath\AppData\Roaming\npm\node_modules\aglio\bin\aglio.js:5:23)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32) code: 'MODULE_NOT_FOUND' }

i cant load all themes Windows supported?

Windows 7 yarn 1.3.2