admc / wd

A node.js client for webdriver/selenium 2.
Other
1.53k stars 402 forks source link

Should not need to manually create a valid package.json file to install wd in the global node modules #510

Open rechlin opened 6 years ago

rechlin commented 6 years ago

A global installation of wd fails if there is no "valid" package.json file in the node installation folder.

System: Linux, Xubuntu 16.04

"valid" means a json file with a name and version defined, as follows: """{ "name": "MyNode", "version": "9.9.99", }"""