The Node.js package manager npm can be used to verify JavaScript features in
a development environment. The commands to do this include npm run lint
and npm run test.
npm install to install the npm packages.If those are successful, you should now be able to run npm run lint and
npm run test.
When running the tests, if it appears to be using a non-current version of
Horizon, you may want to clear your pip cache (rm -rf <pip cache dir>/*)
and clear .tox/venv (rm -rf .tox/*). The pip cache is found at:
Linux and Unix: ~/.cache/pip # respects the XDG_CACHE_HOME directory.
OS X: ~/Library/Caches/pip
Windows: <CSIDL_LOCAL_APPDATA>\pip\Cache
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.