You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
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?
The text was updated successfully, but these errors were encountered: