2015-11-18 8 views
5

मैं उस उद्देश्य के लिए NPM के package.json का उपयोग कर सेलेनियम-webdriver और चांदा के संस्करण के लिए मजबूर करने कोशिश कर रहा हूँ "skippingAction मॉड्यूल एक सांकेतिक रूप से लिंक मॉड्यूल के अंदर है" लेकिन मैं निम्न त्रुटि संदेश मिलता है:समझौता NPM के

npm WARN install Couldn't install optional dependency: Unsupported 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/findup-sync/node_modules/minimatch/node_modules/lru-cache 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/findup-sync/node_modules/minimatch/node_modules/sigmund 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/grunt-protractor-runner/node_modules/async 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/grunt-protractor-runner/node_modules/aws-sign2 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/grunt-protractor-runner/node_modules/delayed-stream 
npm WARN skippingAction Module is inside a symlinked module: not running move [email protected] node_modules/grunt-protractor-runner/node_modules/combined-stream 
npm WARN skippingAction Module is inside a symlinked module: not running move [email protected] node_modules/grunt-protractor-runner/node_modules/forever-agent 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/grunt-protractor-runner/node_modules/form-data 
npm WARN skippingAction Module is inside a symlinked module: not running move [email protected] node_modules/grunt-protractor-runner/node_modules/hoek 
npm WARN skippingAction Module is inside a symlinked module: not running move [email protected] node_modules/grunt-protractor-runner/node_modules/boom 
npm WARN skippingAction Module is inside a symlinked module: not running move [email protected] node_modules/grunt-protractor-runner/node_modules/cryptiles 
npm WARN skippingAction Module is inside a symlinked module: not running move [email protected] node_modules/grunt-protractor-runner/node_modules/http-signature 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/grunt-protractor-runner/node_modules/minimatch 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/grunt-protractor-runner/node_modules/glob 
npm WARN skippingAction Module is inside a symlinked module: not running move [email protected] node_modules/grunt-protractor-runner/node_modules/oauth-sign 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/grunt-protractor-runner/node_modules/qs 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/grunt-protractor-runner/node_modules/selenium-webdriver 
npm WARN skippingAction Module is inside a symlinked module: not running move [email protected] node_modules/grunt-protractor-runner/node_modules/sntp 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/grunt-protractor-runner/node_modules/hawk 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/grunt-protractor-runner/node_modules/request 
npm WARN skippingAction Module is inside a symlinked module: not running add [email protected] node_modules/grunt-protractor-runner/node_modules/protractor 
npm WARN skippingAction Module is inside a symlinked module: not running update [email protected] node_modules/protractor/node_modules/form-data 
npm WARN skippingAction Module is inside a symlinked module: not running update [email protected] node_modules/protractor/node_modules/hawk 
npm WARN skippingAction Module is inside a symlinked module: not running update [email protected] node_modules/protractor/node_modules/qs 
npm WARN skippingAction Module is inside a symlinked module: not running update [email protected] node_modules/protractor/node_modules/request 
npm WARN skippingAction Module is inside a symlinked module: not running remove [email protected] node_modules/protractor/node_modules/selenium-webdriver 
npm WARN update-linked node_modules/selenium-webdriver needs updating to 2.48.2 from 2.44.0 but we can't, as it's a symlink 
npm WARN update-linked node_modules/protractor needs updating to 3.0.0 from 1.8.0 but we can't, as it's a symlink 

क्या कोई यह बता सकता है कि इन त्रुटि संदेशों का क्या अर्थ है?

+0

क्या आप 'package.json' की सामग्री दिखा सकते हैं और साथ ही, आप किस एनपीएम संस्करण का उपयोग कर रहे हैं? धन्यवाद! – alecxe

उत्तर

4

node_modules निर्देशिका हटाएं और npm install टाइप करें।

+0

यह सवाल का जवाब नहीं देता है। – Michael