Skip to content

Instantly share code, notes, and snippets.

@mosbth
Created November 27, 2017 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mosbth/02c425a6ef0ea3b28dc8063b5c309492 to your computer and use it in GitHub Desktop.
Save mosbth/02c425a6ef0ea3b28dc8063b5c309492 to your computer and use it in GitHub Desktop.
> redovisa@2.0.1 postinstall /home/mos/git/d/kurser/ramverk2/me/redovisa
> npm run install-client && npm run build-client
> redovisa@2.0.1 install-client /home/mos/git/d/kurser/ramverk2/me/redovisa
> cd client && npm install
npm WARN meClient@1.0.0 No repository field.
npm WARN meClient@1.0.0 No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 115 packages in 5.717s
> redovisa@2.0.1 build-client /home/mos/git/d/kurser/ramverk2/me/redovisa
> cd client && npm run build
> meClient@1.0.0 build /home/mos/git/d/kurser/ramverk2/me/redovisa/client
> react-scripts build
Creating an optimized production build...
Failed to compile.
Module not found: Error: Can't resolve 'Main' in '/home/mos/git/d/kurser/ramverk2/me/redovisa/client/src'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! meClient@1.0.0 build: `react-scripts build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the meClient@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/mos/.npm/_logs/2017-11-27T14_23_17_645Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! redovisa@2.0.1 build-client: `cd client && npm run build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the redovisa@2.0.1 build-client script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/mos/.npm/_logs/2017-11-27T14_23_17_655Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! redovisa@2.0.1 postinstall: `npm run install-client && npm run build-client`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the redovisa@2.0.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/mos/.npm/_logs/2017-11-27T14_23_17_671Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment