Skip to content

Instantly share code, notes, and snippets.

View connelevalsam's full-sized avatar
💭
Your only enemy... is Yourself

Connel Asikong connelevalsam

💭
Your only enemy... is Yourself
View GitHub Profile
@connelevalsam
connelevalsam / npm-debug.log
Created June 12, 2018 16:15
Error message of 'npm install'
$ npm install
npm WARN prefer global node-gyp@3.7.0 should be installed with -g
> node-sass@4.7.2 install /home/connelblaze/go/src/bitbucket.org/gomarket/go_jessy/node_modules/node-sass
> node scripts/install.js
Cached binary found at /home/connelblaze/.npm/node-sass/4.7.2/linux-x64-48_binding.node
> node-sass@4.7.2 postinstall /home/connelblaze/go/src/bitbucket.org/gomarket/go_jessy/node_modules/node-sass
> node scripts/build.js
@connelevalsam
connelevalsam / webpack.config
Created May 24, 2018 12:08
can't find bundle.js. Throws error: ERRO[2018-05-24T13:07:29+01:00] could not find assets/js/bin/frontend-bundle.js ERRO[2018-05-24T13:07:32+01:00] could not find assets/js/bin/frontend-bundle.js
var webpack = require("webpack");
var glob = require("glob");
var CopyWebpackPlugin = require("copy-webpack-plugin");
var ExtractTextPlugin = require("extract-text-webpack-plugin");
var ManifestPlugin = require("webpack-manifest-plugin");
var PROD = process.env.NODE_ENV || "development";
var CleanWebpackPlugin = require("clean-webpack-plugin");
var entries = {
application: [
@connelevalsam
connelevalsam / heroku
Created July 29, 2017 21:37
golang app fails to deploy on heroku
git push heroku master
Counting objects: 69, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (60/60), done.
Writing objects: 100% (69/69), 1.52 MiB | 133.00 KiB/s, done.
Total 69 (delta 8), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Go app detected