Closed jme783 closed 9 years ago
For anyone else who runs into it, the recent release of the new npm
caused this build issue. I had to pin npm
at version 2.14.3
in my package.json
to avoid this error:
"engines": {
"node": "0.12.7",
"npm": "2.14.3"
}
@jme783 ran into this too. Your fix worked. Thanks!
+1 @jme783 thank you! phew
+1 thank you @jme783 spent several hours trying to figure out why a push to heroku was failing and this did it :D
Nice! Glad you guys were able to fix it
@jme783 Any idea how to get your fix to work with Yarn?
I am running into the following deploy error, at the very tail end of the deploy:
This is clearly an issue with the
ember-cli-ic-ajax
dependency, but I can't seem to figure out why this is blowing up. I have tried upgrading the version of the module from0.1.1
to 0.1.2` (and higher patch versions), but this does not work, and throws a different build error.I have flushed Heroku cache, as well as forced rebuilding of
node_modules
. This error is especially frustrating as it occurs at the very end of the build, which takes ~15 minutes.Any help would be GREATLY appreciated. Running out of ideas here. This runs just fine on my local, even after bomb and rebuilding my
node_modules
directoryThanks,
Jeff