opencv-electron icon indicating copy to clipboard operation
opencv-electron copied to clipboard

errors when npm install is invoked in Administraotr CMD window

Open steven5clu884 opened this issue 5 years ago • 0 comments

I download the zip I unzip and rename to C:\Develop\justadudewhohacksopencv-electron So I do not get confused with leopoldodonnell/opencv-electron I open administrator cmd window cd to C:\Develop\justadudewhohacksopencv-electron type in npm install

The response is C:\WINDOWS\system32>cd C:\Develop\justadudewhohacksopencv-electron

C:\Develop\justadudewhohacksopencv-electron>npm install npm WARN saveError ENOENT: no such file or directory, open 'C:\Develop\package.json' npm WARN enoent ENOENT: no such file or directory, open 'C:\Develop\package.json' npm WARN Develop No description npm WARN Develop No repository field. npm WARN Develop No README data npm WARN Develop No license field.

audited 151 packages in 0.437s found 0 vulnerabilities

C:\Develop\justadudewhohacksopencv-electron>

So why is there expected to be a C:\Develop\package.json' ??? I am new to electron, but am a proficient C++ python developer with 20 years experience CAn anyone help me to fix this issue ? Best wishes to you and your loved ones Thank you for your time and attention

steven5clu884 avatar Dec 15 '19 02:12 steven5clu884