2017-01-26 11 views
0

appiumをnpmでインストールする際に次のエラーが表示されます。 私はすでにガルプをインストールしています。それでもこのエラーは解決されません。誰もが同様の問題に直面した。npm appiumインストールエラー

[email protected] prepublish /Users/m472395/appium 
`enter code here`gulp prepublish 

module.js:472 
    throw err; 
    ^

Error: Cannot find module 'appium-gulp-plugins' 
    at Function.Module._resolveFilename (module.js:470:15) 
    at Function.Module._load (module.js:418:25) 
    at Module.require (module.js:498:17) 
    at require (internal/module.js:20:19) 
    at Object.<anonymous> (/Users/m472395/appium/gulpfile.js:4:19) 
    at Module._compile (module.js:571:32) 
    at Object.Module._extensions..js (module.js:580:10) 
    at Module.load (module.js:488:32) 
    at tryModuleLoad (module.js:447:12) 
    at Function.Module._load (module.js:439:3) 

npm ERR! addLocal Could not install /Users/m472395/appium 
npm ERR! Darwin 15.6.0 
npm ERR! argv "/usr/local/Cellar/node/7.4.0/bin/node" "/usr/local/bin/npm" "install" "appium" 
npm ERR! node v7.4.0 
npm ERR! npm v4.1.1 
npm ERR! code ELIFECYCLE 
npm ERR! [email protected] prepublish: `gulp prepublish` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] prepublish script 'gulp prepublish'. 
npm ERR! Make sure you have the latest version of node.js and npm installed. 
npm ERR! If you do, this is most likely a problem with the appium package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  gulp prepublish 
npm ERR! You can get information on how to open an issue for this project with: 
npm ERR!  npm bugs appium 
npm ERR! Or if that isn't available, you can get their info via: 
npm ERR!  npm owner ls appium 
npm ERR! There is likely additional logging output above. 

npm ERR! Please include the following file with any support request: 
npm ERR!  /Users/m472395/npm-debug.log 
+0

"appium-gulp-plugins"をインストールしましたか? –

+0

エラーがかなり明白に見える – nicovank

+1

appium 1.5.3を先にアンインストールしてから試してみてください – SaiPawan

答えて

0

npm uninstall appiumおよびnpm install -g appium。 1.5.3自体をお探しの場合は、npm install -g [email protected]

関連する問題