Skip to content

Instantly share code, notes, and snippets.

@Reidemption
Created March 7, 2023 06:16
Show Gist options
  • Save Reidemption/5286199ba3ef54c17a1c9863ce931fc4 to your computer and use it in GitHub Desktop.
Save Reidemption/5286199ba3ef54c17a1c9863ce931fc4 to your computer and use it in GitHub Desktop.
run `yarn build` on vuetify repo
$ yarn build api
yarn run v1.19.0
$ node scripts/build.js api
$ C:\Users\reidg\CS-3440\vuetify\node_modules\.bin\lerna run build --scope @vuetify/api-generator --stream --no-prefix
lerna notice cli v3.22.1
lerna notice filter including "@vuetify/api-generator"
lerna info filter [ '@vuetify/api-generator' ]
lerna info Executing command in 1 package: "yarn run build"
$ yarn pre-build && yarn start
$ babel src --out-dir lib --source-maps --extensions ".ts" --out-file-extension .mjs
Successfully compiled 9 files with Babel (1165ms).
$ node --no-warnings lib/index.mjs
file:///C:/Users/reidg/CS-3440/vuetify/packages/api-generator/lib/index.mjs:4
import importMap from 'vuetify/dist/json/importMap.json' assert { type: 'json' };
^^^^^^
SyntaxError: Unexpected identifier
at ESMLoader.moduleStrategy (node:internal/modules/esm/translators:139:18)
at ESMLoader.moduleProvider (node:internal/modules/esm/loader:236:14)
at async link (node:internal/modules/esm/module_job:67:21)
error Command failed with exit code 1.
. .
lerna ERR! yarn run build exited 1 in '@vuetify/api-generator'
error Command failed with exit code 1. .
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1. .
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. .
reidg@Reids-Laptop MINGW64 ~/CS-3440/vuetify (master)
$ yarn build
yarn run v1.19.0
$ node scripts/build.js
$ C:\Users\reidg\CS-3440\vuetify\node_modules\.bin\lerna run build --stream
lerna notice cli v3.22.1
lerna info Executing command in 3 packages: "yarn run build"
vuetify: $ rimraf lib dist && concurrently "yarn build:dist" "yarn build:lib" -n "dist,lib" --kill-others-on-fail -r && yarn build:types
vuetify: $ rollup --config build/rollup.config.js
vuetify: $ cross-env NODE_ENV=lib babel src --out-dir lib --source-maps --extensions ".ts",".tsx",".snap" --copy-files --no-copy-ignored --out-file-extension .mjs
vuetify:
vuetify: src/entry-bundler.ts → dist/vuetify.esm.js, dist/vuetify.js, dist/vuetify.min.js...
vuetify: Successfully compiled 447 files with Babel (25202ms).
vuetify: (!) Circular dependencies
vuetify: src/util/index.ts -> src/util/createSimpleFunctional.ts -> src/util/defineComponent.tsx -> src/composables/defaults.ts -> src/util/index.ts
vuetify: src/composables/icons.tsx -> src/iconsets/mdi.ts -> src/composables/icons.tsx
vuetify: created dist/vuetify.esm.js, dist/vuetify.js, dist/vuetify.min.js in 1m 8.7s
vuetify:
vuetify: src/labs/entry-bundler.ts → dist/vuetify-labs.js, dist/vuetify-labs.esm.js...
vuetify: (!) Circular dependencies
vuetify: src/util/index.ts -> src/util/createSimpleFunctional.ts -> src/util/defineComponent.tsx -> src/composables/defaults.ts -> src/util/index.ts
vuetify: src/composables/icons.tsx -> src/iconsets/mdi.ts -> src/composables/icons.tsx
vuetify: created dist/vuetify-labs.js, dist/vuetify-labs.esm.js in 43.3s
vuetify: $ rimraf types-temp && tsc --pretty --emitDeclarationOnly -p tsconfig.dist.json && rollup --config build/rollup.types.config.js && rimraf types-temp
vuetify:
vuetify: types-temp/framework.d.ts → lib/index.d.ts...
vuetify: created lib/index.d.ts in 692ms
vuetify:
vuetify: types-temp/entry-bundler.d.ts → dist/vuetify.d.ts...
vuetify: created dist/vuetify.d.ts in 3.8s
vuetify:
vuetify: types-temp/blueprints/index.d.ts → lib/blueprints/index.d.ts...
vuetify: created lib/blueprints/index.d.ts in 276ms
vuetify:
vuetify: types-temp/blueprints/md1.d.ts → lib/blueprints/md1.d.ts...
vuetify: created lib/blueprints/md1.d.ts in 383ms
vuetify:
vuetify: types-temp/blueprints/md2.d.ts → lib/blueprints/md2.d.ts...
vuetify: created lib/blueprints/md2.d.ts in 282ms
vuetify:
vuetify: types-temp/blueprints/md3.d.ts → lib/blueprints/md3.d.ts...
vuetify: created lib/blueprints/md3.d.ts in 307ms
vuetify:
vuetify: types-temp/components/index.d.ts → lib/components/index.d.ts...
vuetify: created lib/components/index.d.ts in 3.4s
vuetify:
vuetify: types-temp/components/transitions/index.d.ts → lib/components/transitions/index.d.ts...
vuetify: created lib/components/transitions/index.d.ts in 80ms
vuetify:
vuetify: types-temp/components/VAlert/index.d.ts → lib/components/VAlert/index.d.ts...
vuetify: created lib/components/VAlert/index.d.ts in 229ms
vuetify:
vuetify: types-temp/components/VApp/index.d.ts → lib/components/VApp/index.d.ts...
vuetify: created lib/components/VApp/index.d.ts in 31ms
vuetify:
vuetify: types-temp/components/VAppBar/index.d.ts → lib/components/VAppBar/index.d.ts...
vuetify: created lib/components/VAppBar/index.d.ts in 184ms
vuetify:
vuetify: types-temp/components/VAutocomplete/index.d.ts → lib/components/VAutocomplete/index.d.ts...
vuetify: created lib/components/VAutocomplete/index.d.ts in 329ms
vuetify:
vuetify: types-temp/components/VAvatar/index.d.ts → lib/components/VAvatar/index.d.ts...
vuetify: created lib/components/VAvatar/index.d.ts in 66ms
vuetify:
vuetify: types-temp/components/VBadge/index.d.ts → lib/components/VBadge/index.d.ts...
vuetify: created lib/components/VBadge/index.d.ts in 156ms
vuetify:
vuetify: types-temp/components/VBanner/index.d.ts → lib/components/VBanner/index.d.ts...
vuetify: created lib/components/VBanner/index.d.ts in 153ms
vuetify:
vuetify: types-temp/components/VBottomNavigation/index.d.ts → lib/components/VBottomNavigation/index.d.ts...
vuetify: created lib/components/VBottomNavigation/index.d.ts in 37ms
vuetify:
vuetify: types-temp/components/VBreadcrumbs/index.d.ts → lib/components/VBreadcrumbs/index.d.ts...
vuetify: created lib/components/VBreadcrumbs/index.d.ts in 225ms
vuetify:
vuetify: types-temp/components/VBtn/index.d.ts → lib/components/VBtn/index.d.ts...
vuetify: created lib/components/VBtn/index.d.ts in 194ms
vuetify:
vuetify: types-temp/components/VBtnGroup/index.d.ts → lib/components/VBtnGroup/index.d.ts...
vuetify: created lib/components/VBtnGroup/index.d.ts in 57ms
vuetify:
vuetify: types-temp/components/VBtnToggle/index.d.ts → lib/components/VBtnToggle/index.d.ts...
vuetify: created lib/components/VBtnToggle/index.d.ts in 51ms
vuetify:
vuetify: types-temp/components/VCard/index.d.ts → lib/components/VCard/index.d.ts...
vuetify: created lib/components/VCard/index.d.ts in 243ms
vuetify:
vuetify: types-temp/components/VCarousel/index.d.ts → lib/components/VCarousel/index.d.ts...
vuetify: created lib/components/VCarousel/index.d.ts in 63ms
vuetify:
vuetify: types-temp/components/VCheckbox/index.d.ts → lib/components/VCheckbox/index.d.ts...
vuetify: created lib/components/VCheckbox/index.d.ts in 394ms
vuetify:
vuetify: types-temp/components/VChip/index.d.ts → lib/components/VChip/index.d.ts...
vuetify: created lib/components/VChip/index.d.ts in 171ms
vuetify:
vuetify: types-temp/components/VChipGroup/index.d.ts → lib/components/VChipGroup/index.d.ts...
vuetify: created lib/components/VChipGroup/index.d.ts in 124ms
vuetify:
vuetify: types-temp/components/VCode/index.d.ts → lib/components/VCode/index.d.ts...
vuetify: created lib/components/VCode/index.d.ts in 26ms
vuetify:
vuetify: types-temp/components/VColorPicker/index.d.ts → lib/components/VColorPicker/index.d.ts...
vuetify: created lib/components/VColorPicker/index.d.ts in 85ms
vuetify:
vuetify: types-temp/components/VCombobox/index.d.ts → lib/components/VCombobox/index.d.ts...
vuetify: created lib/components/VCombobox/index.d.ts in 452ms
vuetify:
vuetify: types-temp/components/VCounter/index.d.ts → lib/components/VCounter/index.d.ts...
vuetify: created lib/components/VCounter/index.d.ts in 27ms
vuetify:
vuetify: types-temp/components/VDefaultsProvider/index.d.ts → lib/components/VDefaultsProvider/index.d.ts...
vuetify: created lib/components/VDefaultsProvider/index.d.ts in 97ms
vuetify:
vuetify: types-temp/components/VDialog/index.d.ts → lib/components/VDialog/index.d.ts...
vuetify: created lib/components/VDialog/index.d.ts in 174ms
vuetify:
vuetify: types-temp/components/VDivider/index.d.ts → lib/components/VDivider/index.d.ts...
vuetify: created lib/components/VDivider/index.d.ts in 21ms
vuetify:
vuetify: types-temp/components/VExpansionPanel/index.d.ts → lib/components/VExpansionPanel/index.d.ts...
vuetify: created lib/components/VExpansionPanel/index.d.ts in 80ms
vuetify:
vuetify: types-temp/components/VField/index.d.ts → lib/components/VField/index.d.ts...
vuetify: created lib/components/VField/index.d.ts in 196ms
vuetify:
vuetify: types-temp/components/VFileInput/index.d.ts → lib/components/VFileInput/index.d.ts...
vuetify: created lib/components/VFileInput/index.d.ts in 271ms
vuetify:
vuetify: types-temp/components/VFooter/index.d.ts → lib/components/VFooter/index.d.ts...
vuetify: created lib/components/VFooter/index.d.ts in 21ms
vuetify:
vuetify: types-temp/components/VForm/index.d.ts → lib/components/VForm/index.d.ts...
vuetify: created lib/components/VForm/index.d.ts in 125ms
vuetify:
vuetify: types-temp/components/VGrid/index.d.ts → lib/components/VGrid/index.d.ts...
vuetify: created lib/components/VGrid/index.d.ts in 48ms
vuetify:
vuetify: types-temp/components/VHover/index.d.ts → lib/components/VHover/index.d.ts...
vuetify: created lib/components/VHover/index.d.ts in 24ms
vuetify:
vuetify: types-temp/components/VIcon/index.d.ts → lib/components/VIcon/index.d.ts...
vuetify: created lib/components/VIcon/index.d.ts in 49ms
vuetify:
vuetify: types-temp/components/VImg/index.d.ts → lib/components/VImg/index.d.ts...
vuetify: created lib/components/VImg/index.d.ts in 23ms
vuetify:
vuetify: types-temp/components/VInput/index.d.ts → lib/components/VInput/index.d.ts...
vuetify: created lib/components/VInput/index.d.ts in 152ms
vuetify:
vuetify: types-temp/components/VItemGroup/index.d.ts → lib/components/VItemGroup/index.d.ts...
vuetify: created lib/components/VItemGroup/index.d.ts in 51ms
vuetify:
vuetify: types-temp/components/VKbd/index.d.ts → lib/components/VKbd/index.d.ts...
vuetify: created lib/components/VKbd/index.d.ts in 19ms
vuetify:
vuetify: types-temp/components/VLabel/index.d.ts → lib/components/VLabel/index.d.ts...
vuetify: created lib/components/VLabel/index.d.ts in 18ms
vuetify:
vuetify: types-temp/components/VLayout/index.d.ts → lib/components/VLayout/index.d.ts...
vuetify: created lib/components/VLayout/index.d.ts in 37ms
vuetify:
vuetify: types-temp/components/VLazy/index.d.ts → lib/components/VLazy/index.d.ts...
vuetify: created lib/components/VLazy/index.d.ts in 19ms
vuetify:
vuetify: types-temp/components/VList/index.d.ts → lib/components/VList/index.d.ts...
vuetify: created lib/components/VList/index.d.ts in 278ms
vuetify:
vuetify: types-temp/components/VLocaleProvider/index.d.ts → lib/components/VLocaleProvider/index.d.ts...
vuetify: created lib/components/VLocaleProvider/index.d.ts in 27ms
vuetify:
vuetify: types-temp/components/VMain/index.d.ts → lib/components/VMain/index.d.ts...
vuetify: created lib/components/VMain/index.d.ts in 21ms
vuetify:
vuetify: types-temp/components/VMenu/index.d.ts → lib/components/VMenu/index.d.ts...
vuetify: created lib/components/VMenu/index.d.ts in 176ms
vuetify:
vuetify: types-temp/components/VMessages/index.d.ts → lib/components/VMessages/index.d.ts...
vuetify: created lib/components/VMessages/index.d.ts in 45ms
vuetify:
vuetify: types-temp/components/VNavigationDrawer/index.d.ts → lib/components/VNavigationDrawer/index.d.ts...
vuetify: created lib/components/VNavigationDrawer/index.d.ts in 26ms
vuetify:
vuetify: types-temp/components/VNoSsr/index.d.ts → lib/components/VNoSsr/index.d.ts...
vuetify: created lib/components/VNoSsr/index.d.ts in 25ms
vuetify:
vuetify: types-temp/components/VOverlay/index.d.ts → lib/components/VOverlay/index.d.ts...
vuetify: created lib/components/VOverlay/index.d.ts in 200ms
vuetify:
vuetify: types-temp/components/VPagination/index.d.ts → lib/components/VPagination/index.d.ts...
vuetify: created lib/components/VPagination/index.d.ts in 94ms
vuetify:
vuetify: types-temp/components/VParallax/index.d.ts → lib/components/VParallax/index.d.ts...
vuetify: created lib/components/VParallax/index.d.ts in 19ms
vuetify:
vuetify: types-temp/components/VProgressCircular/index.d.ts → lib/components/VProgressCircular/index.d.ts...
vuetify: created lib/components/VProgressCircular/index.d.ts in 37ms
vuetify:
vuetify: types-temp/components/VProgressLinear/index.d.ts → lib/components/VProgressLinear/index.d.ts...
vuetify: created lib/components/VProgressLinear/index.d.ts in 117ms
vuetify:
vuetify: types-temp/components/VRadio/index.d.ts → lib/components/VRadio/index.d.ts...
vuetify: created lib/components/VRadio/index.d.ts in 186ms
vuetify:
vuetify: types-temp/components/VRadioGroup/index.d.ts → lib/components/VRadioGroup/index.d.ts...
vuetify: created lib/components/VRadioGroup/index.d.ts in 215ms
vuetify:
vuetify: types-temp/components/VRangeSlider/index.d.ts → lib/components/VRangeSlider/index.d.ts...
vuetify: created lib/components/VRangeSlider/index.d.ts in 198ms
vuetify:
vuetify: types-temp/components/VRating/index.d.ts → lib/components/VRating/index.d.ts...
vuetify: created lib/components/VRating/index.d.ts in 67ms
vuetify:
vuetify: types-temp/components/VResponsive/index.d.ts → lib/components/VResponsive/index.d.ts...
vuetify: created lib/components/VResponsive/index.d.ts in 19ms
vuetify:
vuetify: types-temp/components/VSelect/index.d.ts → lib/components/VSelect/index.d.ts...
vuetify: created lib/components/VSelect/index.d.ts in 583ms
vuetify:
vuetify: types-temp/components/VSelectionControl/index.d.ts → lib/components/VSelectionControl/index.d.ts...
vuetify: created lib/components/VSelectionControl/index.d.ts in 210ms
vuetify:
vuetify: types-temp/components/VSelectionControlGroup/index.d.ts → lib/components/VSelectionControlGroup/index.d.ts...
vuetify: created lib/components/VSelectionControlGroup/index.d.ts in 134ms
vuetify:
vuetify: types-temp/components/VSheet/index.d.ts → lib/components/VSheet/index.d.ts...
vuetify: created lib/components/VSheet/index.d.ts in 132ms
vuetify:
vuetify: types-temp/components/VSlideGroup/index.d.ts → lib/components/VSlideGroup/index.d.ts...
vuetify: created lib/components/VSlideGroup/index.d.ts in 69ms
vuetify:
vuetify: types-temp/components/VSlider/index.d.ts → lib/components/VSlider/index.d.ts...
vuetify: created lib/components/VSlider/index.d.ts in 194ms
vuetify:
vuetify: types-temp/components/VSnackbar/index.d.ts → lib/components/VSnackbar/index.d.ts...
vuetify: created lib/components/VSnackbar/index.d.ts in 160ms
vuetify:
vuetify: types-temp/components/VSwitch/index.d.ts → lib/components/VSwitch/index.d.ts...
vuetify: created lib/components/VSwitch/index.d.ts in 352ms
vuetify:
vuetify: types-temp/components/VSystemBar/index.d.ts → lib/components/VSystemBar/index.d.ts...
vuetify: created lib/components/VSystemBar/index.d.ts in 21ms
vuetify:
vuetify: types-temp/components/VTable/index.d.ts → lib/components/VTable/index.d.ts...
vuetify: created lib/components/VTable/index.d.ts in 29ms
vuetify:
vuetify: types-temp/components/VTabs/index.d.ts → lib/components/VTabs/index.d.ts...
vuetify: created lib/components/VTabs/index.d.ts in 62ms
vuetify:
vuetify: types-temp/components/VTextarea/index.d.ts → lib/components/VTextarea/index.d.ts...
vuetify: created lib/components/VTextarea/index.d.ts in 355ms
vuetify:
vuetify: types-temp/components/VTextField/index.d.ts → lib/components/VTextField/index.d.ts...
vuetify: created lib/components/VTextField/index.d.ts in 412ms
vuetify:
vuetify: types-temp/components/VThemeProvider/index.d.ts → lib/components/VThemeProvider/index.d.ts...
vuetify: created lib/components/VThemeProvider/index.d.ts in 22ms
vuetify:
vuetify: types-temp/components/VTimeline/index.d.ts → lib/components/VTimeline/index.d.ts...
vuetify: created lib/components/VTimeline/index.d.ts in 63ms
vuetify:
vuetify: types-temp/components/VToolbar/index.d.ts → lib/components/VToolbar/index.d.ts...
vuetify: created lib/components/VToolbar/index.d.ts in 218ms
vuetify:
vuetify: types-temp/components/VTooltip/index.d.ts → lib/components/VTooltip/index.d.ts...
vuetify: created lib/components/VTooltip/index.d.ts in 229ms
vuetify:
vuetify: types-temp/components/VValidation/index.d.ts → lib/components/VValidation/index.d.ts...
vuetify: created lib/components/VValidation/index.d.ts in 253ms
vuetify:
vuetify: types-temp/components/VWindow/index.d.ts → lib/components/VWindow/index.d.ts...
vuetify: created lib/components/VWindow/index.d.ts in 111ms
vuetify:
vuetify: types-temp/labs/entry-bundler.d.ts → dist/vuetify-labs.d.ts...
vuetify: created dist/vuetify-labs.d.ts in 4.7s
vuetify:
vuetify: types-temp/labs/components.d.ts → lib/labs/components.d.ts...
vuetify: created lib/labs/components.d.ts in 578ms
vuetify:
vuetify: types-temp/labs/VDataTable/index.d.ts → lib/labs/VDataTable/index.d.ts...
vuetify: created lib/labs/VDataTable/index.d.ts in 554ms
vuetify:
vuetify: types-temp/labs/VVirtualScroll/index.d.ts → lib/labs/VVirtualScroll/index.d.ts...
vuetify: created lib/labs/VVirtualScroll/index.d.ts in 161ms
vuetify:
vuetify: types-temp/directives/index.d.ts → lib/directives/index.d.ts...
vuetify: created lib/directives/index.d.ts in 107ms
vuetify:
vuetify: types-temp/locale/index.d.ts → lib/locale/index.d.ts...
vuetify: created lib/locale/index.d.ts in 204ms
vuetify:
vuetify: types-temp/locale/adapters/vue-i18n.d.ts → lib/locale/adapters/vue-i18n.d.ts...
vuetify: created lib/locale/adapters/vue-i18n.d.ts in 47ms
vuetify:
vuetify: types-temp/locale/adapters/vuetify.d.ts → lib/locale/adapters/vuetify.d.ts...
vuetify: created lib/locale/adapters/vuetify.d.ts in 133ms
vuetify:
vuetify: types-temp/iconsets/fa-svg.d.ts → lib/iconsets/fa-svg.d.ts...
vuetify: created lib/iconsets/fa-svg.d.ts in 122ms
vuetify:
vuetify: types-temp/iconsets/fa.d.ts → lib/iconsets/fa.d.ts...
vuetify: created lib/iconsets/fa.d.ts in 100ms
vuetify:
vuetify: types-temp/iconsets/fa4.d.ts → lib/iconsets/fa4.d.ts...
vuetify: created lib/iconsets/fa4.d.ts in 54ms
vuetify:
vuetify: types-temp/iconsets/md.d.ts → lib/iconsets/md.d.ts...
vuetify: created lib/iconsets/md.d.ts in 35ms
vuetify:
vuetify: types-temp/iconsets/mdi-svg.d.ts → lib/iconsets/mdi-svg.d.ts...
vuetify: created lib/iconsets/mdi-svg.d.ts in 48ms
vuetify:
vuetify: types-temp/iconsets/mdi.d.ts → lib/iconsets/mdi.d.ts...
vuetify: created lib/iconsets/mdi.d.ts in 33ms
@vuetify/api-generator: $ yarn pre-build && yarn start
@vuetify/api-generator: $ babel src --out-dir lib --source-maps --extensions ".ts"
--out-file-extension .mjs
@vuetify/api-generator: Successfully compiled 9 files with Babel (1384ms).
@vuetify/api-generator: $ node --no-warnings lib/index.mjs
@vuetify/api-generator: file:///C:/Users/reidg/CS-3440/vuetify/packages/api-generator/lib/index.mjs:4
@vuetify/api-generator: import importMap from 'vuetify/dist/json/importMap.json' assert { type: 'json' };
@vuetify/api-generator: ^^^^^^
@vuetify/api-generator: SyntaxError: Unexpected identifier
@vuetify/api-generator: at ESMLoader.moduleStrategy (node:internal/modules/esm/translators:139:18)
@vuetify/api-generator: at ESMLoader.moduleProvider (node:internal/modules/esm/loader:236:14)
@vuetify/api-generator: at async link (node:internal/modules/esm/module_job:67:21)
@vuetify/api-generator: error Command failed with exit code 1.
@vuetify/api-generator: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@vuetify/api-generator: error Command failed with exit code 1.
@vuetify/api-generator: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
lerna ERR! yarn run build exited 1 in '@vuetify/api-generator'
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment