Skip to content
New issue

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

Error during npm install #535

Open
mcindea opened this issue Nov 7, 2018 · 0 comments
Open

Error during npm install #535

mcindea opened this issue Nov 7, 2018 · 0 comments

Comments

@mcindea
Copy link

mcindea commented Nov 7, 2018

Hello,

I get the following error while doing npm install:

46972 verbose stack Error: [email protected] install: `node ./build.js`
46972 verbose stack Exit status 1
46972 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
46972 verbose stack     at emitTwo (events.js:126:13)
46972 verbose stack     at EventEmitter.emit (events.js:214:7)
46972 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
46972 verbose stack     at emitTwo (events.js:126:13)
46972 verbose stack     at ChildProcess.emit (events.js:214:7)
46972 verbose stack     at maybeClose (internal/child_process.js:915:16)
46972 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
46973 verbose pkgid [email protected]
46974 verbose cwd /root/puppetexplorer
46975 verbose Linux 4.18.16-200.fc28.x86_64
46976 verbose argv "/usr/bin/node" "/usr/bin/npm" "install"
46977 verbose node v8.12.0
46978 verbose npm  v6.4.1
46979 error code ELIFECYCLE
46980 error errno 1
46981 error [email protected] install: `node ./build.js`
46981 error Exit status 1
46982 error Failed at the [email protected] install script.
46982 error This is probably not a problem with npm. There is likely additional logging output above.
46983 verbose exit [ 1, true ]

Is there any minimum version for npm or nodejs ? I have:

[root@patchman-mc puppetexplorer]# npm --version
6.4.1
[root@patchman-mc puppetexplorer]# node --version
v8.12.0

EDIT: I was able to install with npm -g install, apparently there's a problem with deasync. But if I try to do grunt , it says no Gruntfile available. Couldn't find it anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant