-
Notifications
You must be signed in to change notification settings - Fork 17.3k
Atom does not compile in FreeBSD 10 #5322
Comments
Is this a duplicate of #2599? |
I've got a similar problem. The instructions in the howto do not work anymore ("the operating system is not supported", as seen in #2599). Then I replaced www/node with www/node-devel and got a bit further. It still shows me multiple errors during
I am lost, what to do? |
This ticket should be closed. It's a duplicate of #6035 and there is more information there. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing as a duplicate of #6035. |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks! |
[root@pcbsd-7889] /home/jc/atom# script/build
Node: v0.10.32
npm: v1.4.28
Installing build modules...
Installing apm...
events.js:72
throw er; // Unhandled 'error' event
^
Error: incorrect header check
at Zlib._binding.onerror (zlib.js:295:17)
npm ERR! atom-package-manager@0.133.0 install:
node ./script/download-node.js
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the atom-package-manager@0.133.0 install script.
npm ERR! This is most likely a problem with the atom-package-manager package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./script/download-node.js
npm ERR! You can get their info via:
npm ERR! npm owner ls atom-package-manager
npm ERR! There is likely additional logging output above.
npm ERR! System FreeBSD 10.1-RELEASE-p8
npm ERR! command "node" "/usr/home/jc/atom/build/node_modules/.bin/npm" "--userconfig=/usr/home/jc/atom/.npmrc" "install" "--loglevel" "error"
npm ERR! cwd /usr/home/jc/atom/apm
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR! not ok code 0
Any Idea on how to solve this?
The text was updated successfully, but these errors were encountered: