Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Using old npm forces old node-gyp -> makes windows build problems #63

Open
jacobq opened this issue Jun 22, 2017 · 0 comments
Open

Using old npm forces old node-gyp -> makes windows build problems #63

jacobq opened this issue Jun 22, 2017 · 0 comments

Comments

@jacobq
Copy link

jacobq commented Jun 22, 2017

Could you please upgrade / loosen the dependency on npm v3.5.x?

I was having an awful time trying to figure out why I was having a build problem regarding redefinition of __pfnDliNotifyHook2 in win_delay_load_hook.c (part of node-gyp) then I was told it was caused by a node-gyp bug that was fixed like a year ago. Since I had a newer version of node-gyp and npm installed I couldn't figure out why it was happening. It turns out it was caused by ember-cli-release since it pins its npm version to 3.5.x, which pins node-gyp to 3.2.x, which causes pain. See
nodejs/node-gyp#972 (comment)

jacobq pushed a commit to jacobq/ember-transition-helper that referenced this issue Jan 31, 2018
closes peec#9 (since it inclues Subtletree's code to support the `query-params` helper)
closes peec#11 (since it upgrades `ember-cli-babel` from 5.x -> 6.x)
Updates TravisCI config (node 0.12 -> 4.x)
Drops `ember-cli-release` (see shipshapecode/ember-cli-release#63)
jacobq pushed a commit to jacobq/ember-transition-helper that referenced this issue Jan 31, 2018
closes peec#9 (since it inclues Subtletree's code to support the `query-params` helper)
closes peec#11 (since it upgrades `ember-cli-babel` from 5.x -> 6.x)
Updates TravisCI config (node 0.12 -> 4.x)
Drops `ember-cli-release` (see shipshapecode/ember-cli-release#63)
jacobq pushed a commit to jacobq/ember-transition-helper that referenced this issue Jan 31, 2018
closes peec#9 (since it inclues Subtletree's code to support the `query-params` helper)
closes peec#11 (since it upgrades `ember-cli-babel` from 5.x -> 6.x)
Updates TravisCI config (node 0.12 -> 4.x)
Drops `ember-cli-release` (see shipshapecode/ember-cli-release#63)
jacobq pushed a commit to jacobq/ember-transition-helper that referenced this issue Feb 1, 2018
closes peec#9 (since it inclues Subtletree's code to support the `query-params` helper)
closes peec#11 (since it upgrades `ember-cli-babel` from 5.x -> 6.x)
Updates TravisCI config (node 0.12 -> 4.x)
Drops `ember-cli-release` (see shipshapecode/ember-cli-release#63)
jacobq pushed a commit to jacobq/ember-transition-helper that referenced this issue Feb 1, 2018
closes peec#9 (since it inclues Subtletree's code to support the `query-params` helper)
closes peec#11 (since it upgrades `ember-cli-babel` from 5.x -> 6.x)
Updates TravisCI config (node 0.12 -> 4.x)
Drops `ember-cli-release` (see shipshapecode/ember-cli-release#63)
jacobq pushed a commit to jacobq/ember-transition-helper that referenced this issue Feb 1, 2018
closes peec#9 (since it inclues Subtletree's code to support the `query-params` helper)
closes peec#11 (since it upgrades `ember-cli-babel` from 5.x -> 6.x)
Updates TravisCI config (node 0.12 -> 4.x)
Drops `ember-cli-release` (see shipshapecode/ember-cli-release#63)
jacobq pushed a commit to jacobq/ember-transition-helper that referenced this issue Feb 1, 2018
closes peec#9 (since it inclues Subtletree's code to support the `query-params` helper)
closes peec#11 (since it upgrades `ember-cli-babel` from 5.x -> 6.x)
Updates TravisCI config (node 0.12 -> 4.x)
Drops `ember-cli-release` (see shipshapecode/ember-cli-release#63)
jacobq pushed a commit to jacobq/ember-transition-helper that referenced this issue Feb 1, 2018
closes peec#9 (since it inclues Subtletree's code to support the `query-params` helper)
closes peec#11 (since it upgrades `ember-cli-babel` from 5.x -> 6.x)
Updates TravisCI config (node 0.12 -> 4.x)
Drops `ember-cli-release` (see shipshapecode/ember-cli-release#63)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant