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

Remove the package-lock.json #1

Open
hodgkind opened this issue Jan 22, 2018 · 1 comment
Open

Remove the package-lock.json #1

hodgkind opened this issue Jan 22, 2018 · 1 comment
Labels

Comments

@hodgkind
Copy link

hodgkind commented Jan 22, 2018

for some reason this won't currently deploy to Heroku, it gives an error while building dependencies:
Building dependencies
Installing node modules (package.json + package-lock)
npm ERR! Buffer.alloc is not a function

it looks like an issue with something specified in package-lock.json generated when doing npm install. Doing an npm update cors/express -s (and then correcting the package-lock.json) worked for me?

@coryhouse coryhouse added the bug label Jan 23, 2018
@coryhouse
Copy link
Owner

This is the first I've seen, but I've tagged this in case it helps others. Can you share what version of Node and npm you're running? Thanks for reporting!

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

No branches or pull requests

2 participants