We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following tasks has to be done in addition to FreeBSD so that meteor can build the dev_bundle
Use enough memory on the server
The text was updated successfully, but these errors were encountered:
Primarly you have to build a compatible nodejs archiver v0.10.40.
You may do this as described:
http://ftp.NetBSD.org/pub/pkgsrc/current/pkgsrc.tar.gz
cd /tmp && cvs -q -z2 -d [email protected]:/cvsroot -r pkgsrc-2015Q1 -P pkgsrc/lang/nodejs
make install NO_CHECKSUM=yes PORTABLE=1
Hints:
Build new checksum:
cd /usr/pkgsrc/lang/nodejs-v0.10.40 rm -f distinfo make makesum
Sorry, something went wrong.
Prepare system after new installation (NetBSD 6.1) - currently just some reminders to ourself
sudo pkg_add update sudo pkgin install bash mozilla-rootcerts git sudo mozilla-rootcerts install sudo pkgin install gcc49 sudo ln -s /usr/pkg/bin/python27 /usr/pkg/bin/python
Checkout issue on fibers to update after node-gyp laverdet/node-fibers#253
No branches or pull requests
Following tasks has to be done in addition to FreeBSD so that meteor can build the dev_bundle
Use enough memory on the server
The text was updated successfully, but these errors were encountered: