V2 framework7-cli beta 19 install error

C:\Users\User\Desktop\Catopes4>npm i framework7-cli@beta
npm WARN saveError ENOENT: no such file or directory, open 'C:\Users\User\package.json'
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\User\package.json'
npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install peer dependencies yourself.
npm WARN User No description
npm WARN User No repository field.
npm WARN User No README data
npm WARN User No license field.

+ [email protected]
updated 1 package and audited 7990 packages in 3.399s
found 0 vulnerabilities

Why npm try find package.json in C:\Users\User path?

Third link in Google: https://stackoverflow.com/questions/36476896/why-npm-tries-to-find-package-json-in-the-wrong-directory Did it help you?

@Overman it must be installed globally as

npm i framework7-cli@beta -g

npm i framework7-cli@beta is works too. Tested on Windows 7

Globaly work fine, thanks.