-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Steps to reproduce:
- Clone the project.
- Run
npm install. - See failure log.
npm install
> fsevents@1.2.7 install ~/GitHub/t7/react-ui/node_modules/fsevents
> node install
node-pre-gyp WARN Using request for node-pre-gyp https download
[fsevents] Success: "~/GitHub/t7/react-ui/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64/fse.node" is installed via remote
> husky@1.3.1 install ~/GitHub/t7/react-ui/node_modules/husky
> node husky install
husky > setting up git hooks
husky > done
> @0.0.1 postinstall ~/GitHub/t7/react-ui
> npm run bootstrap
> @0.0.1 bootstrap ~/GitHub/t7/react-ui
> lerna bootstrap
lerna notice cli v3.13.1
lerna info versioning independent
lerna info Bootstrapping 8 packages
lerna info Symlinking packages and binaries
lerna info lifecycle @t7/paging@0.0.3~prepublish: @t7/paging@0.0.3
> @t7/paging@0.0.3 prepublish ~/GitHub/t7/react-ui/packages/paging
> npm run build
> @t7/paging@0.0.3 build ~/GitHub/t7/react-ui/packages/paging
> webpack --config ../../webpack.config.js
~/GitHub/t7/react-ui/packages/paging/node_modules/webpack-cli/bin/cli.js:231
throw err;
^
TypeError: acorn.Parser.extend is not a function
at Object.<anonymous> (~/GitHub/t7/react-ui/packages/paging/node_modules/webpack/lib/Parser.js:18:34)
at Module._compile (~/GitHub/t7/react-ui/packages/paging/node_modules/v8-compile-cache/v8-compile-cache.js:178:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:749:10)
at Module.load (internal/modules/cjs/loader.js:630:32)
at tryModuleLoad (internal/modules/cjs/loader.js:570:12)
at Function.Module._load (internal/modules/cjs/loader.js:562:3)
at Module.require (internal/modules/cjs/loader.js:667:17)
at require (~/GitHub/t7/react-ui/packages/paging/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
at Object.<anonymous> (~/GitHub/t7/react-ui/packages/paging/node_modules/webpack/lib/JavascriptModulesPlugin.js:7:16)
at Module._compile (~/GitHub/t7/react-ui/packages/paging/node_modules/v8-compile-cache/v8-compile-cache.js:178:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:749:10)
at Module.load (internal/modules/cjs/loader.js:630:32)
at tryModuleLoad (internal/modules/cjs/loader.js:570:12)
at Function.Module._load (internal/modules/cjs/loader.js:562:3)
at Module.require (internal/modules/cjs/loader.js:667:17)
at require (~/GitHub/t7/react-ui/packages/paging/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
at Object.<anonymous> (~/GitHub/t7/react-ui/packages/paging/node_modules/webpack/lib/WebpackOptionsApply.js:9:33)
at Module._compile (~/GitHub/t7/react-ui/packages/paging/node_modules/v8-compile-cache/v8-compile-cache.js:178:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:749:10)
at Module.load (internal/modules/cjs/loader.js:630:32)
at tryModuleLoad (internal/modules/cjs/loader.js:570:12)
at Function.Module._load (internal/modules/cjs/loader.js:562:3)
at Module.require (internal/modules/cjs/loader.js:667:17)
at require (~/GitHub/t7/react-ui/packages/paging/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
at Object.<anonymous> (~/GitHub/t7/react-ui/packages/paging/node_modules/webpack/lib/webpack.js:10:29)
at Module._compile (~/GitHub/t7/react-ui/packages/paging/node_modules/v8-compile-cache/v8-compile-cache.js:178:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:749:10)
at Module.load (internal/modules/cjs/loader.js:630:32)
at tryModuleLoad (internal/modules/cjs/loader.js:570:12)
at Function.Module._load (internal/modules/cjs/loader.js:562:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @t7/paging@0.0.3 build: `webpack --config ../../webpack.config.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @t7/paging@0.0.3 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! ~/.npm/_logs/2019-03-13T18_10_21_043Z-debug.log
lerna info lifecycle @t7/paging@0.0.3~prepublish: Failed to exec prepublish script
lerna ERR! lifecycle "prepublish" errored in "@t7/paging", exiting 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @0.0.1 bootstrap: `lerna bootstrap`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @0.0.1 bootstrap 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! ~/.npm/_logs/2019-03-13T18_10_21_087Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @0.0.1 postinstall: `npm run bootstrap`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @0.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! ~/.npm/_logs/2019-03-13T18_10_21_174Z-debug.log
Metadata
Metadata
Assignees
Labels
No labels