Skip to content

MacOS build failures on master & develop #54

@ojacobson

Description

@ojacobson

OS: Mac OS 10.11.6 (Darwin Dashie.local 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 x86_64)

Node: v6.3.0 (via Homebrew)

Did:

$ git clean -fdx
$ git checkout master && git pull --ff-only
$ git rev-parse HEAD
7d59106a4dda6db7cce7c21ab4221f46a757936a
$ npm install --all
$ npm start

Expected: running development server on port 3000.

Actual result:

$ npm start

> [email protected] start /Users/owen/Development/grimoire.ca/webpack.io
> antwar -d

(node:94709) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
2016.07.25.23.09.28 Start developing

module.js:442
    throw err;
    ^

Error: Cannot find module 'extract-text-webpack-plugin'
    at Function.Module._resolveFilename (module.js:440:15)
    at Function.Module._load (module.js:388:25)
    at Module.require (module.js:468:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/owen/Development/grimoire.ca/webpack.io/webpack.config.js:2:25)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:458:32)
    at tryModuleLoad (module.js:417:12)
    at Function.Module._load (module.js:409:3)

npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/Cellar/node/6.3.0/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v6.3.0
npm ERR! npm  v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `antwar -d`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'antwar -d'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the webpack.io package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     antwar -d
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs webpack.io
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls webpack.io
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/owen/Development/grimoire.ca/webpack.io/npm-debug.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions