Skip to content
New issue

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

npm run build fail #8

Open
vinaykhade opened this issue Aug 21, 2017 · 0 comments
Open

npm run build fail #8

vinaykhade opened this issue Aug 21, 2017 · 0 comments

Comments

@vinaykhade
Copy link

while running npm run build, I'm facing this issue. Is this because of the npm version of redux-form used? Currently I have used "redux-form": "^6.6.3".

I can't figure out what this problem might be, need help solving this problem. Thanks!

--

cross-env NODE_ENV=production webpack --config internals/webpack/webpack.prod.babel.js --color -p --progress

37% building modules 294/647 modules 353 active ...modules/redux-form/es/createValues.js(node:8420) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see webpack/loader-utils#56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
94% asset optimizationError: offline-plugin: Plugin's runtime wasn't added to one of your bundle entries. See this https://goo.gl/YwewYp for details.
at Compiler. (/Users/vinaykhade/Desktop/Social-Weaver_Repo/sw-parents-portal/node_modules/offline-plugin/lib/index.js:279:20)
at next (/Users/vinaykhade/Desktop/Social-Weaver_Repo/sw-parents-portal/node_modules/webpack/node_modules/tapable/lib/Tapable.js:204:14)
at /Users/vinaykhade/Desktop/Social-Weaver_Repo/sw-parents-portal/node_modules/html-webpack-plugin/index.js:203:9
at PassThroughHandlerContext.finallyHandler (/Users/vinaykhade/Desktop/Social-Weaver_Repo/sw-parents-portal/node_modules/bluebird/js/release/finally.js:56:23)
at PassThroughHandlerContext.tryCatcher (/Users/vinaykhade/Desktop/Social-Weaver_Repo/sw-parents-portal/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/Users/vinaykhade/Desktop/Social-Weaver_Repo/sw-parents-portal/node_modules/bluebird/js/release/promise.js:512:31)
at Promise._settlePromise (/Users/vinaykhade/Desktop/Social-Weaver_Repo/sw-parents-portal/node_modules/bluebird/js/release/promise.js:569:18)
at Promise._settlePromise0 (/Users/vinaykhade/Desktop/Social-Weaver_Repo/sw-parents-portal/node_modules/bluebird/js/release/promise.js:614:10)
at Promise._settlePromises (/Users/vinaykhade/Desktop/Social-Weaver_Repo/sw-parents-portal/node_modules/bluebird/js/release/promise.js:693:18)
at Async._drainQueue (/Users/vinaykhade/Desktop/Social-Weaver_Repo/sw-parents-portal/node_modules/bluebird/js/release/async.js:133:16)
at Async._drainQueues (/Users/vinaykhade/Desktop/Social-Weaver_Repo/sw-parents-portal/node_modules/bluebird/js/release/async.js:143:10)
at Immediate.Async.drainQueues (/Users/vinaykhade/Desktop/Social-Weaver_Repo/sw-parents-portal/node_modules/bluebird/js/release/async.js:17:14)
at runCallback (timers.js:672:20)
at tryOnImmediate (timers.js:645:5)
at processImmediate [as _immediateCallback] (timers.js:617:5)

npm ERR! Darwin 16.7.0
npm ERR! argv "/usr/local/Cellar/node/7.8.0/bin/node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v7.8.0
npm ERR! npm v4.2.0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: cross-env NODE_ENV=production webpack --config internals/webpack/webpack.prod.babel.js --color -p --progress
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script 'cross-env NODE_ENV=production webpack --config internals/webpack/webpack.prod.babel.js --color -p --progress'.
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 social-weaver-parents-portal package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cross-env NODE_ENV=production webpack --config internals/webpack/webpack.prod.babel.js --color -p --progress
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs social-weaver-parents-portal
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls social-weaver-parents-portal
npm ERR! There is likely additional logging output above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant