Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm run doc throws errors #175

Open
daninfpj opened this issue Dec 26, 2017 · 0 comments
Open

npm run doc throws errors #175

daninfpj opened this issue Dec 26, 2017 · 0 comments

Comments

@daninfpj
Copy link
Contributor

daninfpj commented Dec 26, 2017

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)
@daninfpj daninfpj changed the title npm run doc not working npm run doc throws errors Dec 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant