-
Notifications
You must be signed in to change notification settings - Fork 36
Consider using the tarball instead of the pkg installer for OS X #13
Comments
Yes please. |
It takes considerably longer to compile the tarball and it requires that the dev tools and compiler are installed. We should detect the npm issue and write some code that fixes it :) |
I was suggesting using the pre-compiled tarball for OS X. We could use |
+1 for pre compiled tarball... these can be grabbed just as easily as the pkg util... We will still have the issues from npm 2 -> npm 3 if we don't rimraf An alternative would be to install using a folder schema similar to nvm, that way we never touch |
I ran into a problem where the 10.16.0 installer wouldn't install on my mac.
(I added -dumplog). The tarball and/or pkg files can be found here:
|
We have had a lot of issues with the pkg installer (especially when upgrading from v4 -> a version that contains npm 3) not fully replacing npm.
The text was updated successfully, but these errors were encountered: