Skip to content

Instantly share code, notes, and snippets.

View sweetppro's full-sized avatar

SweetPPro sweetppro

View GitHub Profile
@sweetppro
sweetppro / gist:e78341ccb6f21fbc2838c2e6ab534665
Created January 26, 2019 03:36
npm rebuild --build-from-source
[root@blah NodeBB]# npm rebuild --build-from-source
> benchpressjs@1.2.6 install .../support.sweetpproductions.com/NodeBB/node_modules/benchpressjs
> cd rust/benchpress-rs && npm install
npm WARN lifecycle benchpress-rs@0.1.0~install: cannot run in wd benchpress-rs@0.1.0 neon build >> build.log 2>&1 || exit 0 (wd=.../support.sweetpproductions.com/NodeBB/node_modules/benchpressjs/rust/benchpress-rs)
audited 123 packages in 1.162s
found 0 vulnerabilities
@sweetppro
sweetppro / gist:9521a6127257664c956c69b1b4f570e2
Last active January 25, 2019 10:01
NodeBB v1.1.2 npm rebuild
[root@blah NodeBB]# npm rebuild
> benchpressjs@1.2.6 install .../support.sweetpproductions.com/NodeBB/node_modules/benchpressjs
> cd rust/benchpress-rs && npm install
npm WARN lifecycle benchpress-rs@0.1.0~install: cannot run in wd benchpress-rs@0.1.0 neon build >> build.log 2>&1 || exit 0 (wd=.../support.sweetpproductions.com/NodeBB/node_modules/benchpressjs/rust/benchpress-rs)
audited 123 packages in 1.207s
found 0 vulnerabilities
@sweetppro
sweetppro / README.md
Last active December 3, 2016 11:20
nova-post-by-feed Modal Demo (https://github.com/xavcz/nova-post-by-feed/)
import Telescope from 'meteor/nova:lib';
import React, { PropTypes, Component } from 'react';
import { FormattedMessage } from 'react-intl';
import { Meteor } from 'meteor/meteor';
import { Accounts } from 'meteor/std:accounts-ui';
import { Modal, Dropdown, MenuItem } from 'react-bootstrap';
import { LinkContainer } from 'react-router-bootstrap';
import { Router } from 'react-router';
import Users from 'meteor/nova:users';

import Core from "meteor/nova:core";