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

Unicode dependency postinstall is breaking on elasticbeanstalk at the moment #80

Open
vroudge opened this issue Mar 26, 2017 · 5 comments

Comments

@vroudge
Copy link

vroudge commented Mar 26, 2017

Hi!

I'm not going to be super helpful on this one, but on AWS Elasticbeanstalk I get the following error when installing Slug.

67126 verbose stack Error: [email protected] postinstall: `node install.js`
67126 verbose stack Exit status 1
67126 verbose stack     at EventEmitter.<anonymous> (/opt/elasticbeanstalk/node-install/node-v6.9.1-linux-x64/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)
67126 verbose stack     at emitTwo (events.js:106:13)
67126 verbose stack     at EventEmitter.emit (events.js:191:7)
67126 verbose stack     at ChildProcess.<anonymous> (/opt/elasticbeanstalk/node-install/node-v6.9.1-linux-x64/lib/node_modules/npm/lib/utils/spawn.js:40:14)
67126 verbose stack     at emitTwo (events.js:106:13)
67126 verbose stack     at ChildProcess.emit (events.js:191:7)
67126 verbose stack     at maybeClose (internal/child_process.js:877:16)
67126 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
67127 verbose pkgid [email protected]
67128 verbose cwd /tmp/deployment/application
67129 error Linux 4.4.35-33.55.amzn1.x86_64
67130 error argv "/opt/elasticbeanstalk/node-install/node-v6.9.1-linux-x64/bin/node" "/opt/elasticbeanstalk/node-install/node-v6.9.1-linux-x64/bin/npm" "--production" "install"
67131 error node v6.9.1
67132 error npm  v3.10.8
67133 error code ELIFECYCLE
67134 error [email protected] postinstall: `node install.js`

Worked around by forking and replacing the [email protected] dependency.
Replaced in my package.json the slug depency with "slug": "git+https://[email protected]/180-g/node-slug",

See https://github.com/180-g/node-slug

No indication whatsoever of what the problem is. Noticed that another fork has been done 3 days ago. Decided to fork too, might be an indicator something is wrong with the package.

@mertkahyaoglu
Copy link

I have the same problem.

@kriscarle
Copy link

Hi, is it maybe related to dodo/node-unicodetable#16 ?

@kentcdodds
Copy link

I'm pretty sure that if this package just updated to the latest version of unicode this wouldn't be a problem...

@dodo do you need help maintaining this package?

@BrandonCopley
Copy link

@dodo What can I do as well to help maintain this package?

@kentcdodds
Copy link

I've moved on to https://npmjs.com/package/slugify which satisfies all my use cases.

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

5 participants