-
Notifications
You must be signed in to change notification settings - Fork 14k
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
js_bulid error #1324
Comments
what version of node and npm to you have installed? |
node v4.2.6 |
we use node 6.2.2 and npm 3.9.5. i updated contributing.md with these details. |
we also haven't found any issues with node>=5.10 and npm>=3.9. |
when I built my node_modules, I got the following tips. I don't know how can resolve it:
Variable @select-input-hover-box-shadow is undefined npm ERR! Darwin 15.0.0 npm ERR! Please include the following file with any support request: |
@tangshan-risk don't hijack closed issues please. |
@ascott I have tried with node >=6 and npm >=3.9 on windows 7, but still got this error. is there any other suggestion? |
Install a linux VM |
…legend and series to view single selected series (apache#1324) * feat(plugin-chart-echarts): support double clicking legend * fix: get echart instance instead of method * feat: support click series to view single series * fix: lint * fix: clear single select * fix: remove unused comment * fix: UT
…legend and series to view single selected series (apache#1324) * feat(plugin-chart-echarts): support double clicking legend * fix: get echart instance instead of method * feat: support click series to view single series * fix: lint * fix: clear single select * fix: remove unused comment * fix: UT
…legend and series to view single selected series (apache#1324) * feat(plugin-chart-echarts): support double clicking legend * fix: get echart instance instead of method * feat: support click series to view single series * fix: lint * fix: clear single select * fix: remove unused comment * fix: UT
…legend and series to view single selected series (apache#1324) * feat(plugin-chart-echarts): support double clicking legend * fix: get echart instance instead of method * feat: support click series to view single series * fix: lint * fix: clear single select * fix: remove unused comment * fix: UT
Error: no test specified
npm ERR! Linux 4.4.0-38-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "test"
npm ERR! node v4.2.6
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] test:
echo "Error: no test specified" && exit 1
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] test script 'echo "Error: no test specified" && exit 1'.
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 caravel package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! echo "Error: no test specified" && exit 1
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs caravel
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls caravel
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/xiefan/caravel/caravel/assets/npm-debug.log
The text was updated successfully, but these errors were encountered: