You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run npm run doc I get the following errors:
> [email protected] doc /code/tachyons-css.github.io
> bash script.sh
Error: Unable to parse color from string: inherit
at Color (/code/tachyons-css.github.io/node_modules/color/index.js:53:10)
at Color (/code/tachyons-css.github.io/node_modules/color/index.js:28:10)
at /code/tachyons-css.github.io/src/modules/parse-colors.js:20:13
at Array.map (native)
at module.exports (/code/tachyons-css.github.io/src/modules/parse-colors.js:17:19)
at Object.<anonymous> (/code/tachyons-css.github.io/src/modules/colors.js:13:14)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
Error: Unable to parse color from string: inherit
at Color (/code/tachyons-css.github.io/node_modules/color/index.js:53:10)
at Color (/code/tachyons-css.github.io/node_modules/color/index.js:28:10)
at /code/tachyons-css.github.io/src/modules/parse-colors.js:20:13
at Array.map (native)
at module.exports (/code/tachyons-css.github.io/src/modules/parse-colors.js:17:19)
at Object.<anonymous> (/code/tachyons-css.github.io/src/modules/colors.js:13:14)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
Error: Unable to parse color from string: inherit
at Color (/code/tachyons-css.github.io/node_modules/color/index.js:53:10)
at Color (/code/tachyons-css.github.io/node_modules/color/index.js:28:10)
at /code/tachyons-css.github.io/src/modules/parse-colors.js:20:13
at Array.map (native)
at module.exports (/code/tachyons-css.github.io/src/modules/parse-colors.js:17:19)
at Object.<anonymous> (/code/tachyons-css.github.io/src/modules/colors.js:13:14)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
Error: Unable to parse color from string: inherit
at Color (/code/tachyons-css.github.io/node_modules/color/index.js:53:10)
at Color (/code/tachyons-css.github.io/node_modules/color/index.js:28:10)
at /code/tachyons-css.github.io/src/modules/parse-colors.js:20:13
at Array.map (native)
at module.exports (/code/tachyons-css.github.io/src/modules/parse-colors.js:17:19)
at Object.<anonymous> (/code/tachyons-css.github.io/src/modules/colors.js:13:14)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
Error: Unable to parse color from string: inherit
at Color (/code/tachyons-css.github.io/node_modules/color/index.js:53:10)
at Color (/code/tachyons-css.github.io/node_modules/color/index.js:28:10)
at /code/tachyons-css.github.io/src/modules/parse-colors.js:20:13
at Array.map (native)
at module.exports (/code/tachyons-css.github.io/src/modules/parse-colors.js:17:19)
at Object.<anonymous> (/code/tachyons-css.github.io/src/modules/colors.js:13:14)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
Error: Unable to parse color from string: inherit
at Color (/code/tachyons-css.github.io/node_modules/color/index.js:53:10)
at Color (/code/tachyons-css.github.io/node_modules/color/index.js:28:10)
at /code/tachyons-css.github.io/src/modules/parse-colors.js:20:13
at Array.map (native)
at module.exports (/code/tachyons-css.github.io/src/modules/parse-colors.js:17:19)
at Object.<anonymous> (/code/tachyons-css.github.io/src/modules/colors.js:13:14)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
The text was updated successfully, but these errors were encountered:
daninfpj
changed the title
npm run doc not workingnpm run doc throws errors
Dec 26, 2017
When I run
npm run doc
I get the following errors:The text was updated successfully, but these errors were encountered: