Created
May 17, 2017 19:33
-
-
Save thebalaa/1fb2e190d6226c73d18d2ec7d16adfc2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elbalaa$ npm run setup | |
> [email protected] presetup /Users/elbalaa/src/frontend-react | |
> npm i chalk shelljs | |
[email protected] /Users/elbalaa/src/frontend-react | |
├─┬ [email protected] | |
│ ├── [email protected] | |
│ ├── [email protected] | |
│ ├─┬ [email protected] | |
│ │ └── [email protected] | |
│ ├── [email protected] | |
│ └── [email protected] | |
└─┬ [email protected] | |
├─┬ [email protected] | |
│ ├── [email protected] | |
│ ├─┬ [email protected] | |
│ │ └── [email protected] | |
│ ├── [email protected] | |
│ ├─┬ [email protected] | |
│ │ └─┬ [email protected] | |
│ │ ├── [email protected] | |
│ │ └── [email protected] | |
│ ├── [email protected] | |
│ └── [email protected] | |
├── [email protected] | |
└─┬ [email protected] | |
└─┬ [email protected] | |
└── [email protected] | |
> [email protected] setup /Users/elbalaa/src/frontend-react | |
> node ./internals/scripts/setup.js | |
Cleaning old repository ✓ | |
Installing dependencies... ✓This might take a while) | |
Initialising new repository ✓ | |
Done! | |
> [email protected] postsetup /Users/elbalaa/src/frontend-react | |
> npm run build:dll | |
> [email protected] build:dll /Users/elbalaa/src/frontend-react | |
> node ./internals/scripts/dependencies.js | |
Building the Webpack DLL... | |
Hash: 8b0b88b6c11efd79abc4 | |
Version: webpack 2.2.0-rc.3 | |
Time: 3367ms | |
Asset Size Chunks Chunk Names | |
reactBoilerplateDeps.dll.js 3.36 MB 0 [emitted] [big] reactBoilerplateDeps | |
chunk {0} reactBoilerplateDeps.dll.js (reactBoilerplateDeps) 2.77 MB [entry] [rendered] | |
[./node_modules/babel-polyfill/lib/index.js] ./~/babel-polyfill/lib/index.js 833 bytes {0} [built] | |
[./node_modules/core-js/index.js] ./~/core-js/index.js 639 bytes {0} [built] | |
[./node_modules/react-redux/lib/index.js] ./~/react-redux/lib/index.js 475 bytes {0} [built] | |
[./node_modules/react-router-redux/lib/index.js] ./~/react-router-redux/lib/index.js 1.97 kB {0} [built] | |
[./node_modules/react-router-scroll/lib/index.js] ./~/react-router-scroll/lib/index.js 512 bytes {0} [built] | |
[./node_modules/react-router/es/index.js] ./~/react-router/es/index.js 1.46 kB {0} [built] | |
[./node_modules/react/react.js] ./~/react/react.js 56 bytes {0} [built] | |
[./node_modules/redux-immutable/dist/index.js] ./~/redux-immutable/dist/index.js 390 bytes {0} [built] | |
[2] dll reactBoilerplateDeps 12 bytes {0} [built] | |
[./node_modules/redux-saga/es/index.js] ./~/redux-saga/es/index.js 457 bytes {0} [built] | |
[./node_modules/redux/es/index.js] ./~/redux/es/index.js 1.08 kB {0} [built] | |
[./node_modules/reselect/es/index.js] ./~/reselect/es/index.js 3.63 kB {0} [built] | |
[./node_modules/styled-components/dist/styled-components.es.js] ./~/styled-components/dist/styled-components.es.js 230 kB {0} [built] | |
[./node_modules/warning/browser.js] ./~/warning/browser.js 1.81 kB {0} [built] | |
[./node_modules/whatwg-fetch/fetch.js] ./~/whatwg-fetch/fetch.js 12.5 kB {0} [built] | |
+ 823 hidden modules | |
ERROR in dll reactBoilerplateDeps | |
Module not found: Error: Can't resolve 'react-icons' in '/Users/elbalaa/src/frontend-react' | |
@ dll reactBoilerplateDeps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment