GitHub user andersonjonathan opened a pull request: https://github.com/apache/zeppelin/pull/2217
[ZEPPELIN-2344] Fix problem with running zeppelin-web in visualization dev mode ### What is this PR for? Solving problems with executing yarn run visdev ### What type of PR is it? Bug Fix ### Todos ### What is the Jira issue? [ZEPPELIN-2344](https://issues.apache.org/jira/browse/ZEPPELIN-2344) ### How should this be tested? From the zeppelin-web folder execute `yarn run visdev` without getting the following error: ``` yarn run v0.21.3 $ npm-run-all --parallel visdev:server dev:watch ERROR: Task not found: "visdev:server" error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ``` ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/andersonjonathan/zeppelin master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2217.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2217 ---- commit 694f5c2bff6d0b011635647089f3844f4c12e0c1 Author: Jonathan Anderson <jonat...@jonathananderson.se> Date: 2017-04-03T17:20:24Z BugFix in package.json ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---