I uninstalled appium and trying to install using npm install -g appium@1.6.4
But it seems appium hanged at one point i.e.
βΈ¨ βββββββββββββββΈ© β Ή loadRequestedDeps: sill install loadAllDepsIntoIdealTree
I tried clearing cache using npm cache clear.
I did npm install --verbose which is giving info as below:
npm WARN enoent ENOENT: no such file or directory, open '/Users/myuserid/package.json'
npm verb enoent This is most likely not a problem with npm itself
npm verb enoent and is related to npm not being able to find a file.
npm verb enoent
npm WARN myuserid No description
npm WARN myuserid No repository field.
npm WARN myuserid No README data
npm WARN myuserid No license field.
So I am stuck installing Appium 1.6.4 and No idea about package.json.
Do I need to create this file manually?