Created
November 30, 2016 23:15
-
-
Save rhyolight/ec079b59ca4b2eda6fcc664011efe1c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
∙ npm run dev | |
> [email protected] predev /Users/mtaylor/nta/numenta-web/packages/numenta.org | |
> npm run lint | |
> [email protected] lint /Users/mtaylor/nta/numenta-web/packages/numenta.org | |
> npm run lint:css && npm run lint:html && npm run lint:js | |
> [email protected] lint:css /Users/mtaylor/nta/numenta-web/packages/numenta.org | |
> stylelint --config=../../.stylelintrc "**/*.css" | |
> [email protected] lint:html /Users/mtaylor/nta/numenta-web/packages/numenta.org | |
> echo | |
> [email protected] lint:js /Users/mtaylor/nta/numenta-web/packages/numenta.org | |
> eslint --config=../../.eslintrc.json --ext=js --ext=jsx . | |
Oops! Something went wrong! :( | |
ESLint couldn't find the plugin "eslint-plugin-react". This can happen for a couple different reasons: | |
1. If ESLint is installed globally, then make sure eslint-plugin-react is also installed globally. A globally-installed ESLint cannot find a locally-installed plugin. | |
2. If ESLint is installed locally, then it's likely that the plugin isn't installed correctly. Try reinstalling by running the following: | |
npm i eslint-plugin-react@latest --save-dev | |
If you still can't figure out the problem, please stop by https://gitter.im/eslint/eslint to chat with the team. | |
npm ERR! Darwin 15.5.0 | |
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "lint:js" | |
npm ERR! node v6.9.1 | |
npm ERR! npm v3.10.8 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] lint:js: `eslint --config=../../.eslintrc.json --ext=js --ext=jsx .` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] lint:js script 'eslint --config=../../.eslintrc.json --ext=js --ext=jsx .'. | |
npm ERR! Make sure you have the latest version of node.js and npm installed. | |
npm ERR! If you do, this is most likely a problem with the numenta-web-site-org package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! eslint --config=../../.eslintrc.json --ext=js --ext=jsx . | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs numenta-web-site-org | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! npm owner ls numenta-web-site-org | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/mtaylor/nta/numenta-web/packages/numenta.org/npm-debug.log | |
npm ERR! Darwin 15.5.0 | |
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "lint" | |
npm ERR! node v6.9.1 | |
npm ERR! npm v3.10.8 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] lint: `npm run lint:css && npm run lint:html && npm run lint:js` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] lint script 'npm run lint:css && npm run lint:html && npm run lint:js'. | |
npm ERR! Make sure you have the latest version of node.js and npm installed. | |
npm ERR! If you do, this is most likely a problem with the numenta-web-site-org package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! npm run lint:css && npm run lint:html && npm run lint:js | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs numenta-web-site-org | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! npm owner ls numenta-web-site-org | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/mtaylor/nta/numenta-web/packages/numenta.org/npm-debug.log | |
npm ERR! Darwin 15.5.0 | |
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev" | |
npm ERR! node v6.9.1 | |
npm ERR! npm v3.10.8 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] predev: `npm run lint` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] predev script 'npm run lint'. | |
npm ERR! Make sure you have the latest version of node.js and npm installed. | |
npm ERR! If you do, this is most likely a problem with the numenta-web-site-org package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! npm run lint | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs numenta-web-site-org | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! npm owner ls numenta-web-site-org | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/mtaylor/nta/numenta-web/packages/numenta.org/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment