SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.95k stars 1.23k forks source link

install error @openui5/sap.ui.unified #2483

Closed poloHex closed 5 years ago

poloHex commented 5 years ago

hi guys,

i am facing the npm install error when install @openui5/sap.ui.unified. $ npm i @openui5/sap.ui.unified npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\i076604\Git\ems\package.json' npm WARN ems No description npm WARN ems No repository field. npm WARN ems No README data npm WARN ems No license field. npm ERR! Windows_NT 10.0.16299 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "i" "@openui5/sap.ui.unified" npm ERR! node v6.9.2 npm ERR! npm v3.10.9 npm ERR! path C:\Users\i076604\Git\ems\node_modules.staging\@openui5\sap.ui.unified-2d179be7\package.json npm ERR! code ENOTDIR npm ERR! errno -4058 npm ERR! syscall open

npm ERR! ENOENT: no such file or directory, open 'C:\Users\i076604\Git\ems\node_modules.staging\@openui5\sap.ui.unified-2d179be7\package.json' npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request: npm ERR! C:\Users\i076604\Git\ems\npm-debug.log

do you have any idea on this? thanks

stephania87 commented 5 years ago

https://sap.github.io/ui5-tooling/

Please validate the Requirements, Installation, Enabling of Existing project steps. Then check if you are starting the install from the right project (folder). Test if you can run the command with -g (globally)

stephania87 commented 5 years ago

Closing this due to inactivity