We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running nmp install getting following error
29563 warn optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents): 29564 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) 29565 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS: darwin 29565 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch: any 29565 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS: linux 29565 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64 29566 verbose stack Error: [email protected] install: node ./download-chromedriver.js 29566 verbose stack Exit status 1 29566 verbose stack at EventEmitter. (/usr/share/npm/node_modules/npm-lifecycle/index.js:283:16) 29566 verbose stack at emitTwo (events.js:126:13) 29566 verbose stack at EventEmitter.emit (events.js:214:7) 29566 verbose stack at ChildProcess. (/usr/share/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 29566 verbose stack at emitTwo (events.js:126:13) 29566 verbose stack at ChildProcess.emit (events.js:214:7) 29566 verbose stack at maybeClose (internal/child_process.js:925:16) 29566 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5) 29567 verbose pkgid [email protected] 29568 verbose cwd /opt/empire-gui 29569 verbose Linux 4.18.0-parrot8-amd64 29570 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" 29571 verbose node v8.11.2 29572 verbose npm v5.8.0 29573 error code ELIFECYCLE 29574 error errno 1 29575 error [email protected] install: node ./download-chromedriver.js 29575 error Exit status 1 29576 error Failed at the [email protected] install script. 29576 error This is probably not a problem with npm. There is likely additional logging output above. 29577 verbose exit [ 1, true ]
node ./download-chromedriver.js
Regards
The text was updated successfully, but these errors were encountered:
If you getting any diffculty or issues like permission even running with sudo command , then you better run the following command
download the latest package of empire from github in zip.
Extract master.zip file by unzip master.zip change the directory to extracted cd Empire-GUI-master
Now run the following command
sudo npm install --unsafe-perm=true --allow-root
OR with Root login
npm install --unsafe-perm=true --allow-root
After sucessfull Installation of packges and modules
sudo npm start --unsafe-perm=true --allow-root
OR
npm start --unsafe-perm=true --allow-root
sudo npm start
npm start
if you still have any issue you may contact me. I've tested this fix with my parrot OS 4.x
Sorry, something went wrong.
No branches or pull requests
running nmp install getting following error
29563 warn optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
29564 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
29565 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS: darwin
29565 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch: any
29565 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS: linux
29565 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
29566 verbose stack Error: [email protected] install:
node ./download-chromedriver.js
29566 verbose stack Exit status 1
29566 verbose stack at EventEmitter. (/usr/share/npm/node_modules/npm-lifecycle/index.js:283:16)
29566 verbose stack at emitTwo (events.js:126:13)
29566 verbose stack at EventEmitter.emit (events.js:214:7)
29566 verbose stack at ChildProcess. (/usr/share/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
29566 verbose stack at emitTwo (events.js:126:13)
29566 verbose stack at ChildProcess.emit (events.js:214:7)
29566 verbose stack at maybeClose (internal/child_process.js:925:16)
29566 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
29567 verbose pkgid [email protected]
29568 verbose cwd /opt/empire-gui
29569 verbose Linux 4.18.0-parrot8-amd64
29570 verbose argv "/usr/bin/node" "/usr/bin/npm" "install"
29571 verbose node v8.11.2
29572 verbose npm v5.8.0
29573 error code ELIFECYCLE
29574 error errno 1
29575 error [email protected] install:
node ./download-chromedriver.js
29575 error Exit status 1
29576 error Failed at the [email protected] install script.
29576 error This is probably not a problem with npm. There is likely additional logging output above.
29577 verbose exit [ 1, true ]
Regards
The text was updated successfully, but these errors were encountered: