3D FlipBook - errors on npm run dev, run build-production, ...

t***b@ohneplanb.de
2020-01-23
2020-03-14

Hi, i cannot rebuild the app using node. i installed all packages with npm install, but when i try to use dev, build-production or preview terminal throws a lot of errors :

npm run build-production

$ webpack --display-modules (node:81931) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56 parseQuery() will be replaced with getOptions() in the next major version of loader-utils. Hash: d61bc167f015359a3f9d Version: webpack 2.7.0 Time: 2470ms Asset Size Chunks Chunk Names js/dist/3dflipbook.min.js 172 kB 0 [emitted] main [0] ./js/libs.js 988 bytes {0} [built] [1] ../common/classes/MathUtils.js 1.59 kB {0} [built] [failed] [1 error] [2] ./js/classes/BookPropsBuilder.js 2.57 kB {0} [built] [3] ./js/classes/SheetBlock.js 20.5 kB {0} [built] [4] ./js/props/book.js 1.46 kB {0} [built] [5] ../common/classes/BaseMathUtils.js 1.59 kB {0} [built] [failed] [1 error] [6] ../common/classes/CSSLayer.js 1.59 kB {0} [built] [failed] [1 error] [7] ../common/classes/ImageFactory.js 1.59 kB {0} [built] [failed] [1 error] [8] ../common/classes/ThreeUtils.js 1.59 kB {0} [built] [failed] [1 error] [9] ./index.js 7.83 kB {0} [built] [10] ../common/polyfill.js 1.58 kB {0} [built] [failed] [1 error] [11] ./js/classes/AutoNavigator.js 2.33 kB {0} [built] [12] ./js/classes/Binder.js 5.25 kB {0} [built] [13] ./js/classes/Book.js 37.2 kB {0} [built] [14] ./js/classes/BookController.js 28.3 kB {0} [built] [15] ./js/classes/BookPrinter.js 6.46 kB {0} [built] [16] ./js/classes/BookView.js 4.15 kB {0} [built] [17] ./js/classes/ClbBookPropsBuilder.js 2.31 kB {0} [built] [18] ./js/classes/Cover.js 3.1 kB {0} [built] [19] ./js/classes/CssLayersManager.js 4.58 kB {0} [built] [20] ./js/classes/PageManager.js 16.9 kB {0} [built] [21] ./js/classes/PdfBookPropsBuilder.js 2.74 kB {0} [built] [22] ./js/classes/PdfLinksHandler.js 2.44 kB {0} [built] [23] ./js/classes/SearchEngine.js 3.12 kB {0} [built] [24] ./js/classes/SheetCssLayer.js 1.5 kB {0} [built] [25] ./js/classes/SheetPhysics.js 12.2 kB {0} [built] [26] ./js/classes/SoundsEnviroment.js 1.74 kB {0} [built] [27] ./js/classes/TocController.js 5.14 kB {0} [built] [28] ./js/models/sheetBlock.js 3.8 kB {0} [built] [29] ./js/props/bookController.js 3.53 kB {0} [built] [30] ../common/classes/Bookmarks.js 1.59 kB {0} [built] [failed] [1 error] [31] ../common/classes/Cache.js 1.59 kB {0} [built] [failed] [1 error] [32] ../common/classes/Controller.js 1.59 kB {0} [built] [failed] [1 error] [33] ../common/classes/CustomEventConverter.js 1.59 kB {0} [built] [failed] [1 error] [34] ../common/classes/Detector.js 1.59 kB {0} [built] [failed] [1 error] [35] ../common/classes/EventsToActions.js 1.59 kB {0} [built] [failed] [1 error] [36] ../common/classes/Finder.js 1.59 kB {0} [built] [failed] [1 error] [37] ../common/classes/FullScreen.js 1.59 kB {0} [built] [failed] [1 error] [38] ../common/classes/GraphUtils.js 1.59 kB {0} [built] [failed] [1 error] [39] ../common/classes/LoadingAnimation.js 1.59 kB {0} [built] [failed] [1 error] [40] ../common/classes/LoadingController.js 1.59 kB {0} [built] [failed] [1 error] [41] ../common/classes/Object3DWatcher.js 1.59 kB {0} [built] [failed] [1 error] [42] ../common/classes/Pdf.js 1.59 kB {0} [built] [failed] [1 error] [43] ../common/classes/Search.js 1.59 kB {0} [built] [failed] [1 error] [44] ../common/classes/TextureAnimator.js 1.59 kB {0} [built] [failed] [1 error] [45] ../common/classes/Thumbnails.js 1.59 kB {0} [built] [failed] [1 error] [46] ../common/classes/View.js 1.59 kB {0} [built] [failed] [1 error] [47] ../common/classes/VisualWorld.js 1.59 kB {0} [built] [failed] [1 error] [48] ../common/classes/WidgetController.js 1.59 kB {0} [built] [failed] [1 error] [49] ../common/classes/targets/CircleTarget.js 1.6 kB {0} [built] [failed] [1 error] [50] ./~/stats.js/build/stats.min.js 1.97 kB {0} [built] [51] multi ../common/polyfill.js ./index.js 40 bytes {0} [built]

ERROR in ../common/polyfill.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/LoadingController.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./index.js 39:25-53 @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/Search.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./index.js 43:14-31 @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/Bookmarks.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./index.js 47:17-37 @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/Detector.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./index.js 7:16-35 @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/Thumbnails.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./index.js 51:18-39 @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/VisualWorld.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./index.js 11:19-41 @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/Pdf.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/PdfBookPropsBuilder.js 9:11-25 @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/ImageFactory.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/ClbBookPropsBuilder.js 9:20-43 @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/WidgetController.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/TocController.js 5:25-52 @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/View.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/BookView.js 7:13-28 @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/Object3DWatcher.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/BookController.js 25:23-49 @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/FullScreen.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/BookController.js 29:18-39 @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/Controller.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/BookController.js 11:19-40 @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/EventsToActions.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/BookController.js 17:23-49 @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/GraphUtils.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/Book.js 11:18-39 @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/CustomEventConverter.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/Book.js 47:28-59 @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/CSSLayer.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/Book.js 35:16-35 @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/targets/CircleTarget.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes/targets" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/Book.js 51:20-51 @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/BaseMathUtils.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/BookPropsBuilder.js 9:21-45 @ ./js/classes/PdfBookPropsBuilder.js @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/MathUtils.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/Binder.js 9:17-37 @ ./js/classes/Book.js @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/Cache.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/PageManager.js 9:13-29 @ ./js/classes/Book.js @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/Finder.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/SearchEngine.js 5:14-31 @ ./js/classes/Book.js @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/ThreeUtils.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/SheetBlock.js 19:18-39 @ ./js/classes/Book.js @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/TextureAnimator.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/PageManager.js 25:23-49 @ ./js/classes/Book.js @ ./index.js @ multi ../common/polyfill.js ./index.js

ERROR in ../common/classes/LoadingAnimation.js Module build failed: ReferenceError: Unknown plugin "transform-class-properties" specified in "base" at 0, attempted to resolve relative to "/Users/thorstenbecker/.Trash/3d-flip-book/common/classes" at /Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map () at Function.normalisePlugins (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20) at OptionManager.mergeOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36) at OptionManager.init (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:212:65) at new File (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/file/index.js:135:24) at Pipeline.transform (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:46:20) at Object.module.exports (/Users/thorstenbecker/.Trash/3d-flip-book/3d-flip-book/node_modules/babel-loader/lib/index.js:163:20) @ ./js/classes/PageManager.js 13:24-51 @ ./js/classes/Book.js @ ./index.js @ multi ../common/polyfill.js ./index.js error Command failed with exit code 2.

Replies

a***r@3dflipbook.net
2020-03-14
2020-03-14

You need to npm install all sub projects '3d-flip-book', 'common' , '3d-flip-book-edit' - and so on.

Log In to leave a comment