Skip to content

Instantly share code, notes, and snippets.

@jhyland87
Created October 26, 2017 04:27
Show Gist options
  • Save jhyland87/a8adb4838bcbc4b5b1a591af6c37ffe7 to your computer and use it in GitHub Desktop.
Save jhyland87/a8adb4838bcbc4b5b1a591af6c37ffe7 to your computer and use it in GitHub Desktop.
Phenomic build failing on bootstrap CSS import Raw
$ npm run build
> [email protected] build /Users/me/Documents/Projects/personal/myproject.local
> phenomic build
⚡️ Hey! Let's get on with it
ModuleNotFoundError: Module not found: Error: Can't resolve 'assets/plugins/bootstrap/css/bootstrap.css' in '/Users/me/Documents/Projects/personal/myproject.local'
at factoryCallback (/Users/me/Documents/Projects/personal/myproject.local/node_modules/webpack/lib/Compilation.js:276:40)
at factory (/Users/me/Documents/Projects/personal/myproject.local/node_modules/webpack/lib/NormalModuleFactory.js:235:20)
at resolver (/Users/me/Documents/Projects/personal/myproject.local/node_modules/webpack/lib/NormalModuleFactory.js:60:20)
at asyncLib.parallel (/Users/me/Documents/Projects/personal/myproject.local/node_modules/webpack/lib/NormalModuleFactory.js:127:20)
at /Users/me/Documents/Projects/personal/myproject.local/node_modules/async/dist/async.js:3861:9
at /Users/me/Documents/Projects/personal/myproject.local/node_modules/async/dist/async.js:421:16
at iteratorCallback (/Users/me/Documents/Projects/personal/myproject.local/node_modules/async/dist/async.js:996:13)
at /Users/me/Documents/Projects/personal/myproject.local/node_modules/async/dist/async.js:906:16
at /Users/me/Documents/Projects/personal/myproject.local/node_modules/async/dist/async.js:3858:13
at resolvers.normal.resolve (/Users/me/Documents/Projects/personal/myproject.local/node_modules/webpack/lib/NormalModuleFactory.js:119:22)
/Users/me/Documents/Projects/personal/myproject.local/node_modules/@phenomic/core/lib/index.js:35
throw error;
^
webpack build failed with errors
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v7.0.0
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build: `phenomic build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script 'phenomic build'.
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 myproject.com package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! phenomic build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs myproject.com
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls myproject.com
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/me/Documents/Projects/personal/myproject.local/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment