Guest User

Untitled

a guest
Mar 9th, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.19 KB | None | 0 0
  1. $ npm run bootstrap
  2.  
  3. > webpack-cli@3.2.1 bootstrap /Users/alice.kile/dev/node/webpack-ecosystem/webpack-cli
  4. > npm run clean:all && npm install && lerna bootstrap
  5.  
  6.  
  7. > webpack-cli@3.2.1 clean:all /Users/alice.kile/dev/node/webpack-ecosystem/webpack-cli
  8. > rimraf node_modules package-lock.json packages/*/{node_modules,package-lock.json}
  9.  
  10. npm WARN deprecated @types/handlebars@4.1.0: This is a stub types definition. handlebars provides its own type definitions, so you do not need this installed.
  11. npm WARN deprecated iltorb@2.4.5: The zlib module provides APIs for brotli compression/decompression starting with Node.js v10.16.0, please use it over iltorb
  12. npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
  13. npm WARN deprecated kleur@2.0.2: Please upgrade to kleur@3 or migrate to 'ansi-colors' if you prefer the old syntax. Visit <https://github.com/lukeed/kleur/releases/tag/v3.0.0\> for migration path(s).
  14. npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
  15. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
  16. npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
  17.  
  18. > fsevents@1.2.11 install /Users/alice.kile/dev/node/webpack-ecosystem/webpack-cli/node_modules/fsevents
  19. > node-gyp rebuild
  20.  
  21. SOLINK_MODULE(target) Release/.node
  22. CXX(target) Release/obj.target/fse/fsevents.o
  23. SOLINK_MODULE(target) Release/fse.node
  24.  
  25. > iltorb@2.4.5 install /Users/alice.kile/dev/node/webpack-ecosystem/webpack-cli/node_modules/iltorb
  26. > node ./scripts/install.js || node-gyp rebuild
  27.  
  28. info looking for cached prebuild @ /Users/alice.kile/.npm/_prebuilds/09e561-iltorb-v2.4.5-node-v79-darwin-x64.tar.gz
  29. info found cached prebuild
  30. info unpacking @ /Users/alice.kile/.npm/_prebuilds/09e561-iltorb-v2.4.5-node-v79-darwin-x64.tar.gz
  31. info unpack resolved to /Users/alice.kile/dev/node/webpack-ecosystem/webpack-cli/node_modules/iltorb/build/bindings/iltorb.node
  32. info unpack required /Users/alice.kile/dev/node/webpack-ecosystem/webpack-cli/node_modules/iltorb/build/bindings/iltorb.node successfully
  33. info install Successfully installed iltorb binary!
  34.  
  35. > husky@1.3.1 install /Users/alice.kile/dev/node/webpack-ecosystem/webpack-cli/node_modules/husky
  36. > node husky install
  37.  
  38. husky > setting up git hooks
  39. husky > done
  40.  
  41. > core-js@2.6.11 postinstall /Users/alice.kile/dev/node/webpack-ecosystem/webpack-cli/node_modules/core-js
  42. > node -e "try{require('./postinstall')}catch(e){}"
  43.  
  44. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
  45.  
  46. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
  47. > https://opencollective.com/core-js
  48. > https://www.patreon.com/zloirock
  49.  
  50. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  51.  
  52.  
  53. > webpack-cli@3.2.1 postinstall /Users/alice.kile/dev/node/webpack-ecosystem/webpack-cli
  54. > lightercollective
  55.  
  56.  
  57. *** Thank you for using webpack-cli! ***
  58.  
  59. Please consider donating to our open collective
  60. to help us maintain this package.
  61.  
  62. https://opencollective.com/webpack/donate
  63.  
  64. ***
  65.  
  66. ~/dev/node/webpack-ecosystem/webpack-cli on  master! ⌚ 19:58:04
  67. $ npm test
  68.  
  69. > webpack-cli@3.2.1 pretest /Users/alice.kile/dev/node/webpack-ecosystem/webpack-cli
  70. > npm run build && npm run lint && npm run tslint
  71.  
  72.  
  73. > webpack-cli@3.2.1 build /Users/alice.kile/dev/node/webpack-ecosystem/webpack-cli
  74. > tsc
  75.  
  76. packages/generate-loader/index.ts:1:29 - error TS2307: Cannot find module '@webpack-cli/generators/
  77. loader-generator'.
  78.  
  79. 1 import LoaderGenerator from "@webpack-cli/generators/loader-generator";
  80. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  81.  
  82. packages/generate-plugin/index.ts:1:29 - error TS2307: Cannot find module '@webpack-cli/generators/
  83. plugin-generator'.
  84.  
  85. 1 import PluginGenerator from "@webpack-cli/generators/plugin-generator";
  86. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  87.  
  88. packages/generators/add-generator.ts:7:23 - error TS2307: Cannot find module '@webpack-cli/utils/npm-exists'.
  89.  
  90. 7 import npmExists from "@webpack-cli/utils/npm-exists";
  91. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  92.  
  93. packages/generators/add-generator.ts:8:35 - error TS2307: Cannot find module '@webpack-cli/utils/package-manager'.
  94.  
  95. 8 import { getPackageManager } from "@webpack-cli/utils/package-manager";
  96. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  97.  
  98. packages/generators/add-generator.ts:9:24 - error TS2307: Cannot find module '@webpack-cli/utils/prop-types'.
  99.  
  100. 9 import PROP_TYPES from "@webpack-cli/utils/prop-types";
  101. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  102.  
  103. packages/generators/add-generator.ts:17:8 - error TS2307: Cannot find module '@webpack-cli/webpack-scaffold'.
  104.  
  105. 17 } from "@webpack-cli/webpack-scaffold";
  106. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  107.  
  108. packages/generators/add-generator.ts:457:8 - error TS2322: Type 'string' is not assignable to type 'never'.
  109.  
  110. 457 this.configuration.config.webpackOptions[action] =
  111. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112.  
  113. packages/generators/addon-generator.ts:5:28 - error TS2307: Cannot find module '@webpack-cli/utils/copy-utils'.
  114.  
  115. 5 import * as copyUtils from "@webpack-cli/utils/copy-utils";
  116. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  117.  
  118. packages/generators/addon-generator.ts:6:41 - error TS2307: Cannot find module '@webpack-cli/webpack-scaffold'.
  119.  
  120. 6 import { IInquirerScaffoldObject } from "@webpack-cli/webpack-scaffold";
  121. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  122.  
  123. packages/generators/init-generator.ts:5:35 - error TS2307: Cannot find module '@webpack-cli/utils/package-manager'.
  124.  
  125. 5 import { getPackageManager } from "@webpack-cli/utils/package-manager";
  126. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127.  
  128. packages/generators/init-generator.ts:10:8 - error TS2307: Cannot find module '@webpack-cli/webpack-scaffold'.
  129.  
  130. 10 } from "@webpack-cli/webpack-scaffold";
  131. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132.  
  133. packages/generators/remove-generator.ts:5:24 - error TS2307: Cannot find module '@webpack-cli/utils/prop-types'.
  134.  
  135. 5 import PROP_TYPES from "@webpack-cli/utils/prop-types";
  136. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  137.  
  138. packages/generators/remove-generator.ts:6:22 - error TS2307: Cannot find module '@webpack-cli/webpack-scaffold'.
  139.  
  140. 6 import { List } from "@webpack-cli/webpack-scaffold";
  141. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142.  
  143. packages/generators/utils/entry.ts:1:31 - error TS2307: Cannot find module '@webpack-cli/webpack-scaffold'.
  144.  
  145. 1 import { InputValidate } from "@webpack-cli/webpack-scaffold";
  146. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147.  
  148. packages/init/index.ts:1:30 - error TS2307: Cannot find module '@webpack-cli/generators/init-generator'.
  149.  
  150. 1 import defaultGenerator from "@webpack-cli/generators/init-generator";
  151. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152.  
  153. packages/init/index.ts:2:32 - error TS2307: Cannot find module '@webpack-cli/utils/modify-config-helper'.
  154.  
  155. 2 import modifyConfigHelper from "@webpack-cli/utils/modify-config-helper";
  156. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  157.  
  158. packages/init/index.ts:3:31 - error TS2307: Cannot find module '@webpack-cli/utils/npm-packages-exists'.
  159.  
  160. 3 import npmPackagesExists from "@webpack-cli/utils/npm-packages-exists";
  161. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162.  
  163. packages/init/init.ts:6:23 - error TS2307: Cannot find module '@webpack-cli/utils/prop-types'.
  164.  
  165. 6 import propTypes from "@webpack-cli/utils/prop-types";
  166. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167.  
  168. packages/init/init.ts:7:26 - error TS2307: Cannot find module '@webpack-cli/utils/recursive-parser'.
  169.  
  170. 7 import astTransform from "@webpack-cli/utils/recursive-parser";
  171. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  172.  
  173. packages/init/init.ts:8:25 - error TS2307: Cannot find module '@webpack-cli/utils/run-prettier'.
  174.  
  175. 8 import runPrettier from "@webpack-cli/utils/run-prettier";
  176. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177.  
  178. packages/init/init.ts:10:23 - error TS2307: Cannot find module '@webpack-cli/utils/types/NodePath'.
  179.  
  180. 10 import { INode } from "@webpack-cli/utils/types/NodePath";
  181. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  182.  
  183. packages/migrate/bannerPlugin/bannerPlugin.ts:1:24 - error TS2307: Cannot find module '@webpack-cli/utils/ast-utils'.
  184.  
  185. 1 import * as utils from "@webpack-cli/utils/ast-utils";
  186. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  187.  
  188. packages/migrate/commonsChunkPlugin/commonsChunkPlugin.ts:8:8 - error TS2307: Cannot find module '@webpack-cli/utils/ast-utils'.
  189.  
  190. 8 } from "@webpack-cli/utils/ast-utils";
  191. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  192.  
  193. packages/migrate/extractTextPlugin/extractTextPlugin.ts:1:24 - error TS2307: Cannot find module '@webpack-cli/utils/ast-utils'.
  194.  
  195. 1 import * as utils from "@webpack-cli/utils/ast-utils";
  196. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  197.  
  198. packages/migrate/index.ts:10:25 - error TS2307: Cannot find module '@webpack-cli/utils/run-prettier'.
  199.  
  200. 10 import runPrettier from "@webpack-cli/utils/run-prettier";
  201. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  202.  
  203. packages/migrate/loaderOptionsPlugin/loaderOptionsPlugin.ts:7:8 - error TS2307: Cannot find module '@webpack-cli/utils/ast-utils'.
  204.  
  205. 7 } from "@webpack-cli/utils/ast-utils";
  206. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  207.  
  208. packages/migrate/loaders/loaders.ts:1:24 - error TS2307: Cannot find module '@webpack-cli/utils/ast-utils'.
  209.  
  210. 1 import * as utils from "@webpack-cli/utils/ast-utils";
  211. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  212.  
  213. packages/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin.ts:4:8 - error TS2307: Cannot find module '@webpack-cli/utils/ast-utils'.
  214.  
  215. 4 } from "@webpack-cli/utils/ast-utils";
  216. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  217.  
  218. packages/migrate/namedModulesPlugin/namedModulesPlugin.ts:4:8 - error TS2307: Cannot find module '@webpack-cli/utils/ast-utils'.
  219.  
  220. 4 } from "@webpack-cli/utils/ast-utils";
  221. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  222.  
  223. packages/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin.ts:4:8 - error TS2307: Cannot find module '@webpack-cli/utils/ast-utils'.
  224.  
  225. 4 } from "@webpack-cli/utils/ast-utils";
  226. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  227.  
  228. packages/migrate/outputPath/outputPath.ts:1:24 - error TS2307: Cannot find module '@webpack-cli/utils/ast-utils'.
  229.  
  230. 1 import * as utils from "@webpack-cli/utils/ast-utils";
  231. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  232.  
  233. packages/migrate/removeDeprecatedPlugins/removeDeprecatedPlugins.ts:3:24 - error TS2307: Cannot find module '@webpack-cli/utils/ast-utils'.
  234.  
  235. 3 import * as utils from "@webpack-cli/utils/ast-utils";
  236. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  237.  
  238. packages/migrate/removeJsonLoader/removeJsonLoader.ts:1:24 - error TS2307: Cannot find module '@webpack-cli/utils/ast-utils'.
  239.  
  240. 1 import * as utils from "@webpack-cli/utils/ast-utils";
  241. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  242.  
  243. packages/migrate/uglifyJsPlugin/uglifyJsPlugin.ts:7:8 - error TS2307: Cannot find module '@webpack-cli/utils/ast-utils'.
  244.  
  245. 7 } from "@webpack-cli/utils/ast-utils";
  246. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  247.  
  248. packages/serve/index.ts:7:32 - error TS2307: Cannot find module '@webpack-cli/utils/resolve-packages'.
  249.  
  250. 7 import { processPromise } from "@webpack-cli/utils/resolve-packages";
  251. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  252.  
  253. packages/serve/index.ts:8:22 - error TS2307: Cannot find module '@webpack-cli/webpack-scaffold'.
  254.  
  255. 8 import { List } from "@webpack-cli/webpack-scaffold";
  256. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257.  
  258.  
  259. Found 36 errors.
  260.  
  261. npm ERR! code ELIFECYCLE
  262. npm ERR! errno 2
  263. npm ERR! webpack-cli@3.2.1 build: `tsc`
  264. npm ERR! Exit status 2
Add Comment
Please, Sign In to add comment