ElMassimo / iles

🏝 The joyful site generator
https://iles.pages.dev
MIT License
1.08k stars 31 forks source link

Error: Cannot find module 'node:module' #22

Closed spacedawwwg closed 2 years ago

spacedawwwg commented 2 years ago

Description πŸ“–

NPM version: 6.14.13 NODE version: 14.17.0

Upon initialising and installing new Iles app, running npm run dev produces an error:

> iles-app@0.0.0 dev /Projects/iles-app
> iles dev --open

internal/modules/cjs/loader.js:888
  throw err;
  ^

Error: Cannot find module 'node:module'
Require stack:
- /Projects/iles-app/node_modules/iles/dist/node/chunk-PWUXNJ4P.js
- /Projects/iles-app/node_modules/iles/dist/node/chunk-OCYMQT24.js
- /Projects/iles-app/node_modules/iles/dist/node/chunk-2NX7D2UF.js
- /Projects/iles-app/node_modules/iles/dist/node/chunk-NX4IGNBC.js
- /Projects/iles-app/node_modules/iles/dist/node/chunk-HFW6SP7X.js
- /Projects/iles-app/node_modules/iles/dist/node/chunk-R77VKQUY.js
- /Projects/iles-app/node_modules/iles/dist/node/chunk-LI2W36WD.js
- /Projects/iles-app/node_modules/iles/dist/node/cli.js
- /Projects/iles-app/node_modules/iles/bin/iles.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:885:15)
    at Function.Module._load (internal/modules/cjs/loader.js:730:27)
    at Module.require (internal/modules/cjs/loader.js:957:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at Object.<anonymous> (/Projects/iles-app/node_modules/iles/dist/node/chunk-PWUXNJ4P.js:2251:19)
    at Module._compile (internal/modules/cjs/loader.js:1068:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10)
    at Module.load (internal/modules/cjs/loader.js:933:32)
    at Function.Module._load (internal/modules/cjs/loader.js:774:14)
    at Module.require (internal/modules/cjs/loader.js:957:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Projects/iles-app/node_modules/iles/dist/node/chunk-PWUXNJ4P.js',
    '/Projects/iles-app/node_modules/iles/dist/node/chunk-OCYMQT24.js',
    '/Projects/iles-app/node_modules/iles/dist/node/chunk-2NX7D2UF.js',
    '/Projects/iles-app/node_modules/iles/dist/node/chunk-NX4IGNBC.js',
    '/Projects/iles-app/node_modules/iles/dist/node/chunk-HFW6SP7X.js',
    '/Projects/iles-app/node_modules/iles/dist/node/chunk-R77VKQUY.js',
    '/Projects/iles-app/node_modules/iles/dist/node/chunk-LI2W36WD.js',
    '/Projects/iles-app/node_modules/iles/dist/node/cli.js',
    '/Projects/iles-app/node_modules/iles/bin/iles.js'
  ]
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! iles-app@0.0.0 dev: `iles dev --open`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the iles-app@0.0.0 dev 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!     /Users/username/.npm/_logs/2021-10-23T11_11_54_311Z-debug.log

Reproduction 🐞

npm init iles@next
cd iles-app
npm run dev
Dependencies Info _Run `npx iles info` and `pnpm list` (or `npm list`) and provide the output:_ Running `npx iles info` produces this error: ``` npx iles info Cannot find module 'node:module' Require stack: - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-PWUXNJ4P.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-OCYMQT24.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-2NX7D2UF.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-NX4IGNBC.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-HFW6SP7X.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-R77VKQUY.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-LI2W36WD.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/cli.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/bin/iles.js ``` npm list ``` iles-app@0.0.0 /Users/paul/Projects/Personal/iles-app β”œβ”€β”¬ iles@0.3.11 β”‚ β”œβ”€β”¬ @islands/frontmatter@0.0.2 β”‚ β”‚ β”œβ”€β”€ estree-util-is-identifier-name@1.1.0 β”‚ β”‚ β”œβ”€β”¬ estree-util-value-to-estree@1.3.0 β”‚ β”‚ β”‚ └── is-plain-obj@3.0.0 β”‚ β”‚ β”œβ”€β”¬ js-yaml@4.1.0 β”‚ β”‚ β”‚ └── argparse@2.0.1 β”‚ β”‚ └── toml@3.0.0 β”‚ β”œβ”€β”€ @islands/hydration@0.3.2 β”‚ β”œβ”€β”¬ @islands/prerender@0.3.1 β”‚ β”‚ └── @islands/hydration@0.3.2 deduped β”‚ β”œβ”€β”€ @nuxt/devalue@2.0.0 β”‚ β”œβ”€β”€ @rollup/plugin-virtual@2.0.3 β”‚ β”œβ”€β”€ @vitejs/plugin-vue@1.9.3 β”‚ β”œβ”€β”¬ @vitejs/plugin-vue-jsx@1.2.0 β”‚ β”‚ β”œβ”€β”¬ @babel/core@7.15.8 β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/code-frame@7.15.8 β”‚ β”‚ β”‚ β”‚ └─┬ @babel/highlight@7.14.5 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-validator-identifier@7.15.7 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ chalk@2.4.2 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ ansi-styles@3.2.1 β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ color-convert@1.9.3 β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── color-name@1.1.3 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ escape-string-regexp@1.0.5 β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ supports-color@5.5.0 β”‚ β”‚ β”‚ β”‚ β”‚ └── has-flag@3.0.0 β”‚ β”‚ β”‚ β”‚ └── js-tokens@4.0.0 β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/generator@7.15.8 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jsesc@2.5.2 β”‚ β”‚ β”‚ β”‚ └── source-map@0.5.7 β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-compilation-targets@7.15.4 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/compat-data@7.15.0 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-validator-option@7.14.5 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ browserslist@4.17.4 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ caniuse-lite@1.0.30001271 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ electron-to-chromium@1.3.878 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ escalade@3.1.1 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ node-releases@2.0.1 β”‚ β”‚ β”‚ β”‚ β”‚ └── picocolors@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ └── semver@6.3.0 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-module-transforms@7.15.8 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-module-imports@7.15.4 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-replace-supers@7.15.4 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-member-expression-to-functions@7.15.4 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-optimise-call-expression@7.15.4 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/traverse@7.15.4 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-simple-access@7.15.4 β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-split-export-declaration@7.15.4 β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-validator-identifier@7.15.7 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/template@7.15.4 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/traverse@7.15.4 deduped β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helpers@7.15.4 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/template@7.15.4 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/traverse@7.15.4 deduped β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.15.8 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/template@7.15.4 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/code-frame@7.15.8 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.15.8 deduped β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/traverse@7.15.4 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/code-frame@7.15.8 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/generator@7.15.8 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-function-name@7.15.4 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-get-function-arity@7.15.4 β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/template@7.15.4 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-hoist-variables@7.15.4 β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-split-export-declaration@7.15.4 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.15.8 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ debug@4.3.2 deduped β”‚ β”‚ β”‚ β”‚ └── globals@11.12.0 β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/types@7.15.6 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-validator-identifier@7.15.7 deduped β”‚ β”‚ β”‚ β”‚ └── to-fast-properties@2.0.0 β”‚ β”‚ β”‚ β”œβ”€β”¬ convert-source-map@1.8.0 β”‚ β”‚ β”‚ β”‚ └── safe-buffer@5.1.2 β”‚ β”‚ β”‚ β”œβ”€β”€ debug@4.3.2 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ gensync@1.0.0-beta.2 β”‚ β”‚ β”‚ β”œβ”€β”€ json5@2.2.0 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ semver@6.3.0 β”‚ β”‚ β”‚ └── source-map@0.5.7 β”‚ β”‚ β”œβ”€β”¬ @babel/plugin-syntax-import-meta@7.10.4 β”‚ β”‚ β”‚ └── @babel/helper-plugin-utils@7.14.5 β”‚ β”‚ β”œβ”€β”¬ @babel/plugin-transform-typescript@7.15.8 β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-create-class-features-plugin@7.15.4 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-annotate-as-pure@7.15.4 β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-function-name@7.15.4 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-member-expression-to-functions@7.15.4 β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-optimise-call-expression@7.15.4 β”‚ β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-replace-supers@7.15.4 deduped β”‚ β”‚ β”‚ β”‚ └── @babel/helper-split-export-declaration@7.15.4 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/helper-plugin-utils@7.14.5 deduped β”‚ β”‚ β”‚ └─┬ @babel/plugin-syntax-typescript@7.14.5 β”‚ β”‚ β”‚ └── @babel/helper-plugin-utils@7.14.5 deduped β”‚ β”‚ β”œβ”€β”¬ @rollup/pluginutils@4.1.1 β”‚ β”‚ β”‚ β”œβ”€β”€ estree-walker@2.0.2 deduped β”‚ β”‚ β”‚ └── picomatch@2.3.0 β”‚ β”‚ β”œβ”€β”¬ @vue/babel-plugin-jsx@1.1.1 β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/helper-module-imports@7.15.4 β”‚ β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ @babel/plugin-syntax-jsx@7.14.5 β”‚ β”‚ β”‚ β”‚ └── @babel/helper-plugin-utils@7.14.5 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/template@7.15.4 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/traverse@7.15.4 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/types@7.15.6 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/babel-helper-vue-transform-on@1.0.2 β”‚ β”‚ β”‚ β”œβ”€β”€ camelcase@6.2.0 β”‚ β”‚ β”‚ β”œβ”€β”€ html-tags@3.1.0 β”‚ β”‚ β”‚ └── svg-tags@1.0.0 β”‚ β”‚ └── hash-sum@2.0.0 β”‚ β”œβ”€β”¬ @vue/compiler-sfc@3.2.20 β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.15.8 β”‚ β”‚ β”œβ”€β”¬ @vue/compiler-core@3.2.20 β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.15.8 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/shared@3.2.20 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ estree-walker@2.0.2 deduped β”‚ β”‚ β”‚ └── source-map@0.6.1 deduped β”‚ β”‚ β”œβ”€β”¬ @vue/compiler-dom@3.2.20 β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/compiler-core@3.2.20 deduped β”‚ β”‚ β”‚ └── @vue/shared@3.2.20 deduped β”‚ β”‚ β”œβ”€β”¬ @vue/compiler-ssr@3.2.20 β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/compiler-dom@3.2.20 deduped β”‚ β”‚ β”‚ └── @vue/shared@3.2.20 deduped β”‚ β”‚ β”œβ”€β”¬ @vue/ref-transform@3.2.20 β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.15.8 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/compiler-core@3.2.20 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/shared@3.2.20 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ estree-walker@2.0.2 deduped β”‚ β”‚ β”‚ └── magic-string@0.25.7 deduped β”‚ β”‚ β”œβ”€β”€ @vue/shared@3.2.20 β”‚ β”‚ β”œβ”€β”€ estree-walker@2.0.2 β”‚ β”‚ β”œβ”€β”¬ magic-string@0.25.7 β”‚ β”‚ β”‚ └── sourcemap-codec@1.4.8 β”‚ β”‚ β”œβ”€β”€ postcss@8.3.11 deduped β”‚ β”‚ └── source-map@0.6.1 β”‚ β”œβ”€β”€ @vue/devtools-api@6.0.0-beta.19 β”‚ β”œβ”€β”¬ @vue/server-renderer@3.2.20 β”‚ β”‚ β”œβ”€β”€ @vue/compiler-ssr@3.2.20 deduped β”‚ β”‚ └── @vue/shared@3.2.20 deduped β”‚ β”œβ”€β”€ @vueuse/head@0.6.0 β”‚ β”œβ”€β”¬ critters@0.0.10 β”‚ β”‚ β”œβ”€β”¬ chalk@4.1.2 β”‚ β”‚ β”‚ β”œβ”€β”¬ ansi-styles@4.3.0 β”‚ β”‚ β”‚ β”‚ └─┬ color-convert@2.0.1 β”‚ β”‚ β”‚ β”‚ └── color-name@1.1.4 β”‚ β”‚ β”‚ └─┬ supports-color@7.2.0 β”‚ β”‚ β”‚ └── has-flag@4.0.0 β”‚ β”‚ β”œβ”€β”¬ css@3.0.0 β”‚ β”‚ β”‚ β”œβ”€β”€ inherits@2.0.4 β”‚ β”‚ β”‚ β”œβ”€β”€ source-map@0.6.1 deduped β”‚ β”‚ β”‚ └─┬ source-map-resolve@0.6.0 β”‚ β”‚ β”‚ β”œβ”€β”€ atob@2.1.2 β”‚ β”‚ β”‚ └── decode-uri-component@0.2.0 β”‚ β”‚ β”œβ”€β”€ parse5@6.0.1 β”‚ β”‚ β”œβ”€β”¬ parse5-htmlparser2-tree-adapter@6.0.1 β”‚ β”‚ β”‚ └── parse5@6.0.1 deduped β”‚ β”‚ └── pretty-bytes@5.6.0 β”‚ β”œβ”€β”¬ debug@4.3.2 β”‚ β”‚ └── ms@2.1.2 β”‚ β”œβ”€β”€ diacritics@1.3.0 β”‚ β”œβ”€β”€ es-module-lexer@0.7.1 β”‚ β”œβ”€β”€ escape-html@1.0.3 β”‚ β”œβ”€β”¬ fs-extra@10.0.0 β”‚ β”‚ β”œβ”€β”€ graceful-fs@4.2.8 β”‚ β”‚ β”œβ”€β”¬ jsonfile@6.1.0 β”‚ β”‚ β”‚ β”œβ”€β”€ graceful-fs@4.2.8 deduped β”‚ β”‚ β”‚ └── universalify@2.0.0 deduped β”‚ β”‚ └── universalify@2.0.0 β”‚ β”œβ”€β”¬ globby@11.0.4 β”‚ β”‚ β”œβ”€β”€ array-union@2.1.0 β”‚ β”‚ β”œβ”€β”¬ dir-glob@3.0.1 β”‚ β”‚ β”‚ └── path-type@4.0.0 β”‚ β”‚ β”œβ”€β”¬ fast-glob@3.2.7 β”‚ β”‚ β”‚ β”œβ”€β”€ @nodelib/fs.stat@2.0.5 β”‚ β”‚ β”‚ β”œβ”€β”¬ @nodelib/fs.walk@1.2.8 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @nodelib/fs.scandir@2.1.5 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @nodelib/fs.stat@2.0.5 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ run-parallel@1.2.0 β”‚ β”‚ β”‚ β”‚ β”‚ └── queue-microtask@1.2.3 β”‚ β”‚ β”‚ β”‚ └─┬ fastq@1.13.0 β”‚ β”‚ β”‚ β”‚ └── reusify@1.0.4 β”‚ β”‚ β”‚ β”œβ”€β”¬ glob-parent@5.1.2 β”‚ β”‚ β”‚ β”‚ └── is-glob@4.0.3 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ merge2@1.4.1 deduped β”‚ β”‚ β”‚ └─┬ micromatch@4.0.4 β”‚ β”‚ β”‚ β”œβ”€β”€ braces@3.0.2 deduped β”‚ β”‚ β”‚ └── picomatch@2.3.0 deduped β”‚ β”‚ β”œβ”€β”€ ignore@5.1.8 β”‚ β”‚ β”œβ”€β”€ merge2@1.4.1 β”‚ β”‚ └── slash@3.0.0 β”‚ β”œβ”€β”¬ gray-matter@4.0.3 β”‚ β”‚ β”œβ”€β”¬ js-yaml@3.14.1 β”‚ β”‚ β”‚ β”œβ”€β”¬ argparse@1.0.10 β”‚ β”‚ β”‚ β”‚ └── sprintf-js@1.0.3 β”‚ β”‚ β”‚ └── esprima@4.0.1 β”‚ β”‚ β”œβ”€β”€ kind-of@6.0.3 β”‚ β”‚ β”œβ”€β”¬ section-matter@1.0.0 β”‚ β”‚ β”‚ β”œβ”€β”¬ extend-shallow@2.0.1 β”‚ β”‚ β”‚ β”‚ └── is-extendable@0.1.1 β”‚ β”‚ β”‚ └── kind-of@6.0.3 deduped β”‚ β”‚ └── strip-bom-string@1.0.0 β”‚ β”œβ”€β”¬ lru-cache@6.0.0 β”‚ β”‚ └── yallist@4.0.0 β”‚ β”œβ”€β”¬ mdast-util-mdx-jsx@1.1.1 β”‚ β”‚ β”œβ”€β”¬ @types/estree-jsx@0.0.1 β”‚ β”‚ β”‚ └── @types/estree@0.0.50 β”‚ β”‚ β”œβ”€β”¬ @types/mdast@3.0.10 β”‚ β”‚ β”‚ └── @types/unist@2.0.6 deduped β”‚ β”‚ β”œβ”€β”¬ mdast-util-to-markdown@1.2.3 β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ longest-streak@3.0.0 β”‚ β”‚ β”‚ β”œβ”€β”€ mdast-util-to-string@3.1.0 β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-decode-string@1.0.1 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-decode-numeric-character-reference@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ └── parse-entities@3.0.0 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ unist-util-visit@4.1.0 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ unist-util-is@5.1.1 β”‚ β”‚ β”‚ β”‚ └─┬ unist-util-visit-parents@5.1.0 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped β”‚ β”‚ β”‚ β”‚ └── unist-util-is@5.1.1 β”‚ β”‚ β”‚ └── zwitch@2.0.2 β”‚ β”‚ β”œβ”€β”¬ parse-entities@3.0.0 β”‚ β”‚ β”‚ β”œβ”€β”€ character-entities@2.0.0 β”‚ β”‚ β”‚ β”œβ”€β”€ character-entities-legacy@2.0.0 β”‚ β”‚ β”‚ β”œβ”€β”€ character-reference-invalid@2.0.0 β”‚ β”‚ β”‚ β”œβ”€β”¬ is-alphanumerical@2.0.0 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-alphabetical@2.0.0 β”‚ β”‚ β”‚ β”‚ └── is-decimal@2.0.0 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ is-decimal@2.0.0 β”‚ β”‚ β”‚ └── is-hexadecimal@2.0.0 β”‚ β”‚ β”œβ”€β”¬ stringify-entities@4.0.1 β”‚ β”‚ β”‚ β”œβ”€β”€ character-entities-html4@2.0.0 β”‚ β”‚ β”‚ └── character-entities-legacy@2.0.0 deduped β”‚ β”‚ β”œβ”€β”¬ unist-util-remove-position@4.0.1 β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped β”‚ β”‚ β”‚ └── unist-util-visit@4.1.0 deduped β”‚ β”‚ β”œβ”€β”¬ unist-util-stringify-position@3.0.0 β”‚ β”‚ β”‚ └── @types/unist@2.0.6 deduped β”‚ β”‚ └─┬ vfile-message@3.0.2 β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped β”‚ β”‚ └── unist-util-stringify-position@3.0.0 deduped β”‚ β”œβ”€β”¬ mdast-util-mdxjs-esm@1.1.1 β”‚ β”‚ β”œβ”€β”€ @types/estree-jsx@0.0.1 deduped β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped β”‚ β”‚ β”œβ”€β”¬ mdast-util-from-markdown@1.0.4 β”‚ β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ mdast-util-to-string@3.1.0 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark@3.0.7 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ @types/debug@4.1.7 β”‚ β”‚ β”‚ β”‚ β”‚ └── @types/ms@0.7.31 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ debug@4.3.2 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-core-commonmark@1.0.4 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-factory-destination@1.0.0 β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-types@1.0.1 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-factory-label@1.0.2 β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.1 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── uvu@0.5.2 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-factory-space@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-factory-title@1.0.2 β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-factory-space@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.1 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── uvu@0.5.2 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-factory-whitespace@1.0.0 β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-factory-space@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-types@1.0.1 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-chunked@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-classify-character@1.0.0 β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-types@1.0.1 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-html-tag-name@1.0.0 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-normalize-identifier@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-resolve-all@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-subtokenize@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.1 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ parse-entities@3.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── uvu@0.5.2 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-factory-space@1.0.0 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-types@1.0.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-chunked@1.0.0 β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-combine-extensions@1.0.0 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-chunked@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-types@1.0.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-decode-numeric-character-reference@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-encode@1.0.0 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-normalize-identifier@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-resolve-all@1.0.0 β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-types@1.0.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-sanitize-uri@1.0.0 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-character@1.1.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-encode@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-subtokenize@1.0.2 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-chunked@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.1 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── uvu@0.5.2 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ parse-entities@3.0.0 deduped β”‚ β”‚ β”‚ β”‚ └── uvu@0.5.2 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-decode-numeric-character-reference@1.0.0 β”‚ β”‚ β”‚ β”‚ └── micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-decode-string@1.0.1 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-normalize-identifier@1.0.0 β”‚ β”‚ β”‚ β”‚ └── micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.0 β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-types@1.0.1 β”‚ β”‚ β”‚ β”œβ”€β”€ parse-entities@3.0.0 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ unist-util-stringify-position@3.0.0 deduped β”‚ β”‚ β”‚ └─┬ uvu@0.5.2 β”‚ β”‚ β”‚ β”œβ”€β”€ dequal@2.0.2 β”‚ β”‚ β”‚ β”œβ”€β”€ diff@5.0.0 β”‚ β”‚ β”‚ β”œβ”€β”€ kleur@4.1.4 β”‚ β”‚ β”‚ β”œβ”€β”¬ sade@1.7.4 β”‚ β”‚ β”‚ β”‚ └── mri@1.2.0 β”‚ β”‚ β”‚ └── totalist@2.0.0 β”‚ β”‚ └── mdast-util-to-markdown@1.2.3 deduped β”‚ β”œβ”€β”¬ mico-spinner@1.4.0 β”‚ β”‚ └── picocolors@0.2.1 β”‚ β”œβ”€β”€ minimist@1.2.5 β”‚ β”œβ”€β”€ nanocolors@0.1.12 β”‚ β”œβ”€β”€ pathe@0.2.0 β”‚ β”œβ”€β”¬ remark-frontmatter@4.0.0 β”‚ β”‚ β”œβ”€β”€ @types/mdast@3.0.10 deduped β”‚ β”‚ β”œβ”€β”¬ mdast-util-frontmatter@1.0.0 β”‚ β”‚ β”‚ └── micromark-extension-frontmatter@1.0.0 deduped β”‚ β”‚ β”œβ”€β”¬ micromark-extension-frontmatter@1.0.0 β”‚ β”‚ β”‚ β”œβ”€β”¬ fault@2.0.0 β”‚ β”‚ β”‚ β”‚ └── format@0.2.2 β”‚ β”‚ β”‚ β”œβ”€β”¬ micromark-util-character@1.1.0 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ micromark-util-symbol@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ └── micromark-util-types@1.0.1 deduped β”‚ β”‚ β”‚ └── micromark-util-symbol@1.0.0 deduped β”‚ β”‚ └─┬ unified@10.1.0 β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped β”‚ β”‚ β”œβ”€β”€ bail@2.0.1 β”‚ β”‚ β”œβ”€β”€ extend@3.0.2 β”‚ β”‚ β”œβ”€β”€ is-buffer@2.0.5 β”‚ β”‚ β”œβ”€β”€ is-plain-obj@4.0.0 β”‚ β”‚ β”œβ”€β”€ trough@2.0.2 β”‚ β”‚ └─┬ vfile@5.1.1 β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped β”‚ β”‚ β”œβ”€β”€ is-buffer@2.0.5 deduped β”‚ β”‚ β”œβ”€β”€ unist-util-stringify-position@3.0.0 deduped β”‚ β”‚ └── vfile-message@3.0.2 deduped β”‚ β”œβ”€β”¬ unist-util-visit@2.0.3 β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 β”‚ β”‚ β”œβ”€β”€ unist-util-is@4.1.0 β”‚ β”‚ └─┬ unist-util-visit-parents@3.1.1 β”‚ β”‚ β”œβ”€β”€ @types/unist@2.0.6 deduped β”‚ β”‚ └── unist-util-is@4.1.0 deduped β”‚ β”œβ”€β”¬ unplugin-vue-components@0.15.6 β”‚ β”‚ β”œβ”€β”¬ @antfu/utils@0.3.0 β”‚ β”‚ β”‚ └── @types/throttle-debounce@2.1.0 β”‚ β”‚ β”œβ”€β”€ @rollup/pluginutils@4.1.1 deduped β”‚ β”‚ β”œβ”€β”¬ chokidar@3.5.2 β”‚ β”‚ β”‚ β”œβ”€β”¬ anymatch@3.1.2 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ normalize-path@3.0.0 deduped β”‚ β”‚ β”‚ β”‚ └── picomatch@2.3.0 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ braces@3.0.2 β”‚ β”‚ β”‚ β”‚ └─┬ fill-range@7.0.1 β”‚ β”‚ β”‚ β”‚ └─┬ to-regex-range@5.0.1 β”‚ β”‚ β”‚ β”‚ └── is-number@7.0.0 β”‚ β”‚ β”‚ β”œβ”€β”€ fsevents@2.3.2 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ glob-parent@5.1.2 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ is-binary-path@2.1.0 β”‚ β”‚ β”‚ β”‚ └── binary-extensions@2.2.0 β”‚ β”‚ β”‚ β”œβ”€β”¬ is-glob@4.0.3 β”‚ β”‚ β”‚ β”‚ └── is-extglob@2.1.1 β”‚ β”‚ β”‚ β”œβ”€β”€ normalize-path@3.0.0 β”‚ β”‚ β”‚ └─┬ readdirp@3.6.0 β”‚ β”‚ β”‚ └── picomatch@2.3.0 deduped β”‚ β”‚ β”œβ”€β”€ debug@4.3.2 deduped β”‚ β”‚ β”œβ”€β”€ fast-glob@3.2.7 deduped β”‚ β”‚ β”œβ”€β”¬ local-pkg@0.1.0 β”‚ β”‚ β”‚ └─┬ mlly@0.2.10 β”‚ β”‚ β”‚ └─┬ import-meta-resolve@1.1.1 β”‚ β”‚ β”‚ └─┬ builtins@4.0.0 β”‚ β”‚ β”‚ └─┬ semver@7.3.5 β”‚ β”‚ β”‚ └── lru-cache@6.0.0 deduped β”‚ β”‚ β”œβ”€β”€ magic-string@0.25.7 deduped β”‚ β”‚ β”œβ”€β”¬ minimatch@3.0.4 β”‚ β”‚ β”‚ └─┬ brace-expansion@1.1.11 β”‚ β”‚ β”‚ β”œβ”€β”€ balanced-match@1.0.2 β”‚ β”‚ β”‚ └── concat-map@0.0.1 β”‚ β”‚ β”œβ”€β”€ resolve@1.20.0 deduped β”‚ β”‚ └─┬ unplugin@0.2.16 β”‚ β”‚ └── webpack-virtual-modules@0.4.3 β”‚ β”œβ”€β”€ vite@2.6.10 deduped β”‚ β”œβ”€β”¬ @mussi/vite-plugin-pages@0.18.3-beta.1 β”‚ β”‚ β”œβ”€β”€ debug@4.3.2 deduped β”‚ β”‚ β”œβ”€β”¬ deep-equal@2.0.5 β”‚ β”‚ β”‚ β”œβ”€β”¬ call-bind@1.0.2 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ function-bind@1.1.1 β”‚ β”‚ β”‚ β”‚ └── get-intrinsic@1.1.1 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ es-get-iterator@1.1.2 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ get-intrinsic@1.1.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has-symbols@1.0.2 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-arguments@1.1.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-map@2.0.2 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-set@2.0.2 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ is-string@1.0.7 β”‚ β”‚ β”‚ β”‚ β”‚ └── has-tostringtag@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ └── isarray@2.0.5 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ get-intrinsic@1.1.1 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ function-bind@1.1.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has@1.0.3 deduped β”‚ β”‚ β”‚ β”‚ └── has-symbols@1.0.2 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ is-arguments@1.1.1 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ └─┬ has-tostringtag@1.0.0 β”‚ β”‚ β”‚ β”‚ └── has-symbols@1.0.2 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ is-date-object@1.0.5 β”‚ β”‚ β”‚ β”‚ └── has-tostringtag@1.0.0 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ is-regex@1.1.4 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ └── has-tostringtag@1.0.0 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@2.0.5 β”‚ β”‚ β”‚ β”œβ”€β”¬ object-is@1.1.5 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ └─┬ define-properties@1.1.3 β”‚ β”‚ β”‚ β”‚ └── object-keys@1.1.1 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ object-keys@1.1.1 β”‚ β”‚ β”‚ β”œβ”€β”¬ object.assign@4.1.2 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ define-properties@1.1.3 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has-symbols@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ └── object-keys@1.1.1 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ regexp.prototype.flags@1.3.1 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ └── define-properties@1.1.3 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ side-channel@1.0.4 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ get-intrinsic@1.1.1 deduped β”‚ β”‚ β”‚ β”‚ └── object-inspect@1.11.0 β”‚ β”‚ β”‚ β”œβ”€β”¬ which-boxed-primitive@1.0.2 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ is-bigint@1.0.4 β”‚ β”‚ β”‚ β”‚ β”‚ └── has-bigints@1.0.1 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ is-boolean-object@1.1.2 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── has-tostringtag@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ is-number-object@1.0.6 β”‚ β”‚ β”‚ β”‚ β”‚ └── has-tostringtag@1.0.0 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-string@1.0.7 deduped β”‚ β”‚ β”‚ β”‚ └─┬ is-symbol@1.0.4 β”‚ β”‚ β”‚ β”‚ └── has-symbols@1.0.2 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ which-collection@1.0.1 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-map@2.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-set@2.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-weakmap@2.0.1 β”‚ β”‚ β”‚ β”‚ └── is-weakset@2.0.1 β”‚ β”‚ β”‚ └─┬ which-typed-array@1.1.7 β”‚ β”‚ β”‚ β”œβ”€β”€ available-typed-arrays@1.0.5 β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”œβ”€β”¬ es-abstract@1.19.1 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ es-to-primitive@1.2.1 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-callable@1.2.4 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-date-object@1.0.5 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── is-symbol@1.0.4 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ function-bind@1.1.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ get-intrinsic@1.1.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ get-symbol-description@1.0.0 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── get-intrinsic@1.1.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has@1.0.3 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has-symbols@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ internal-slot@1.0.3 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ get-intrinsic@1.1.1 deduped β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has@1.0.3 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── side-channel@1.0.4 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-callable@1.2.4 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-negative-zero@2.0.1 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-regex@1.1.4 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-shared-array-buffer@1.0.1 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-string@1.0.7 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ is-weakref@1.0.1 β”‚ β”‚ β”‚ β”‚ β”‚ └── call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ object-inspect@1.11.0 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ object-keys@1.1.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ object.assign@4.1.2 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ string.prototype.trimend@1.0.4 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── define-properties@1.1.3 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ string.prototype.trimstart@1.0.4 β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ β”‚ └── define-properties@1.1.3 deduped β”‚ β”‚ β”‚ β”‚ └─┬ unbox-primitive@1.0.1 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ function-bind@1.1.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has-bigints@1.0.1 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has-symbols@1.0.2 deduped β”‚ β”‚ β”‚ β”‚ └── which-boxed-primitive@1.0.2 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ foreach@2.0.5 β”‚ β”‚ β”‚ β”œβ”€β”€ has-tostringtag@1.0.0 deduped β”‚ β”‚ β”‚ └─┬ is-typed-array@1.1.8 β”‚ β”‚ β”‚ β”œβ”€β”€ available-typed-arrays@1.0.5 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ call-bind@1.0.2 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ es-abstract@1.19.1 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ foreach@2.0.5 deduped β”‚ β”‚ β”‚ └── has-tostringtag@1.0.0 deduped β”‚ β”‚ β”œβ”€β”€ fast-glob@3.2.7 deduped β”‚ β”‚ β”œβ”€β”€ gray-matter@4.0.3 deduped β”‚ β”‚ └─┬ json5@2.2.0 β”‚ β”‚ └── minimist@1.2.5 deduped β”‚ β”œβ”€β”¬ vite-plugin-xdm@0.2.0 β”‚ β”‚ β”œβ”€β”€ @rollup/pluginutils@4.1.1 deduped β”‚ β”‚ β”œβ”€β”€ js-yaml@4.1.0 deduped β”‚ β”‚ β”œβ”€β”€ source-map@0.7.3 β”‚ β”‚ └── toml@3.0.0 deduped β”‚ β”œβ”€β”¬ vue@3.2.20 β”‚ β”‚ β”œβ”€β”€ @vue/compiler-dom@3.2.20 deduped β”‚ β”‚ β”œβ”€β”€ @vue/compiler-sfc@3.2.20 deduped β”‚ β”‚ β”œβ”€β”¬ @vue/runtime-dom@3.2.20 β”‚ β”‚ β”‚ β”œβ”€β”¬ @vue/runtime-core@3.2.20 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/reactivity@3.2.20 deduped β”‚ β”‚ β”‚ β”‚ └── @vue/shared@3.2.20 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ @vue/shared@3.2.20 deduped β”‚ β”‚ β”‚ └── csstype@2.6.18 β”‚ β”‚ β”œβ”€β”€ @vue/server-renderer@3.2.20 deduped β”‚ β”‚ └── @vue/shared@3.2.20 deduped β”‚ └─┬ vue-router@4.0.12 β”‚ └── @vue/devtools-api@6.0.0-beta.19 deduped β”œβ”€β”€ typescript@4.4.4 β”œβ”€β”¬ vite@2.6.10 β”‚ β”œβ”€β”¬ esbuild@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-android-arm64@0.13.8 β”‚ β”‚ β”œβ”€β”€ esbuild-darwin-64@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-darwin-arm64@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-freebsd-64@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-freebsd-arm64@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-32@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-64@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-arm@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-arm64@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-mips64le@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-linux-ppc64le@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-netbsd-64@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-openbsd-64@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-sunos-64@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-windows-32@0.13.8 β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY esbuild-windows-64@0.13.8 β”‚ β”‚ └── UNMET OPTIONAL DEPENDENCY esbuild-windows-arm64@0.13.8 β”‚ β”œβ”€β”€ fsevents@2.3.2 β”‚ β”œβ”€β”¬ postcss@8.3.11 β”‚ β”‚ β”œβ”€β”€ nanoid@3.1.30 β”‚ β”‚ β”œβ”€β”€ picocolors@1.0.0 β”‚ β”‚ └── source-map-js@0.6.2 β”‚ β”œβ”€β”¬ resolve@1.20.0 β”‚ β”‚ β”œβ”€β”¬ is-core-module@2.8.0 β”‚ β”‚ β”‚ └─┬ has@1.0.3 β”‚ β”‚ β”‚ └── function-bind@1.1.1 deduped β”‚ β”‚ └── path-parse@1.0.7 β”‚ └─┬ rollup@2.58.0 β”‚ └── fsevents@2.3.2 deduped └─┬ vue-tsc@0.28.7 └─┬ vscode-vue-languageservice@0.28.7 β”œβ”€β”¬ @volar/code-gen@0.28.7 β”‚ β”œβ”€β”€ @volar/shared@0.28.7 deduped β”‚ └── @volar/source-map@0.28.7 deduped β”œβ”€β”¬ @volar/html2pug@0.28.7 β”‚ β”œβ”€β”€ domelementtype@2.2.0 β”‚ β”œβ”€β”¬ domhandler@4.2.2 β”‚ β”‚ └── domelementtype@2.2.0 deduped β”‚ β”œβ”€β”¬ htmlparser2@7.1.2 β”‚ β”‚ β”œβ”€β”€ domelementtype@2.2.0 deduped β”‚ β”‚ β”œβ”€β”€ domhandler@4.2.2 deduped β”‚ β”‚ β”œβ”€β”¬ domutils@2.8.0 β”‚ β”‚ β”‚ β”œβ”€β”¬ dom-serializer@1.3.2 β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ domelementtype@2.2.0 deduped β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ domhandler@4.2.2 deduped β”‚ β”‚ β”‚ β”‚ └── entities@2.2.0 β”‚ β”‚ β”‚ β”œβ”€β”€ domelementtype@2.2.0 deduped β”‚ β”‚ β”‚ └── domhandler@4.2.2 deduped β”‚ β”‚ └── entities@3.0.1 β”‚ └─┬ pug@3.0.2 β”‚ β”œβ”€β”¬ pug-code-gen@3.0.2 β”‚ β”‚ β”œβ”€β”¬ constantinople@4.0.1 β”‚ β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.15.8 deduped β”‚ β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”‚ β”œβ”€β”€ doctypes@1.1.0 β”‚ β”‚ β”œβ”€β”€ js-stringify@1.0.2 β”‚ β”‚ β”œβ”€β”¬ pug-attrs@3.0.0 β”‚ β”‚ β”‚ β”œβ”€β”€ constantinople@4.0.1 deduped β”‚ β”‚ β”‚ β”œβ”€β”€ js-stringify@1.0.2 deduped β”‚ β”‚ β”‚ └── pug-runtime@3.0.1 deduped β”‚ β”‚ β”œβ”€β”€ pug-error@2.0.0 deduped β”‚ β”‚ β”œβ”€β”€ pug-runtime@3.0.1 deduped β”‚ β”‚ β”œβ”€β”€ void-elements@3.1.0 β”‚ β”‚ └─┬ with@7.0.2 β”‚ β”‚ β”œβ”€β”€ @babel/parser@7.15.8 deduped β”‚ β”‚ β”œβ”€β”€ @babel/types@7.15.6 deduped β”‚ β”‚ β”œβ”€β”€ assert-never@1.2.1 β”‚ β”‚ └─┬ babel-walk@3.0.0-canary-5 β”‚ β”‚ └── @babel/types@7.15.6 deduped β”‚ β”œβ”€β”¬ pug-filters@4.0.0 β”‚ β”‚ β”œβ”€β”€ constantinople@4.0.1 deduped β”‚ β”‚ β”œβ”€β”¬ jstransformer@1.0.0 β”‚ β”‚ β”‚ β”œβ”€β”€ is-promise@2.2.2 β”‚ β”‚ β”‚ └─┬ promise@7.3.1 β”‚ β”‚ β”‚ └── asap@2.0.6 β”‚ β”‚ β”œβ”€β”€ pug-error@2.0.0 deduped β”‚ β”‚ β”œβ”€β”€ pug-walk@2.0.0 β”‚ β”‚ └── resolve@1.20.0 deduped β”‚ β”œβ”€β”€ pug-lexer@5.0.1 deduped β”‚ β”œβ”€β”¬ pug-linker@4.0.0 β”‚ β”‚ β”œβ”€β”€ pug-error@2.0.0 deduped β”‚ β”‚ └── pug-walk@2.0.0 deduped β”‚ β”œβ”€β”¬ pug-load@3.0.0 β”‚ β”‚ β”œβ”€β”€ object-assign@4.1.1 β”‚ β”‚ └── pug-walk@2.0.0 deduped β”‚ β”œβ”€β”€ pug-parser@6.0.0 deduped β”‚ β”œβ”€β”€ pug-runtime@3.0.1 β”‚ └─┬ pug-strip-comments@2.0.0 β”‚ └── pug-error@2.0.0 deduped β”œβ”€β”¬ @volar/shared@0.28.7 β”‚ β”œβ”€β”€ upath@2.0.1 deduped β”‚ β”œβ”€β”€ vscode-jsonrpc@8.0.0-next.3 β”‚ └── vscode-uri@3.0.2 β”œβ”€β”¬ @volar/source-map@0.28.7 β”‚ └── @volar/shared@0.28.7 deduped β”œβ”€β”¬ @volar/transforms@0.28.7 β”‚ β”œβ”€β”€ @volar/shared@0.28.7 deduped β”‚ └── vscode-languageserver@8.0.0-next.3 deduped β”œβ”€β”¬ @vscode/emmet-helper@2.8.2 β”‚ β”œβ”€β”¬ emmet@2.3.4 β”‚ β”‚ β”œβ”€β”¬ @emmetio/abbreviation@2.2.2 β”‚ β”‚ β”‚ └── @emmetio/scanner@1.0.0 β”‚ β”‚ └─┬ @emmetio/css-abbreviation@2.1.4 β”‚ β”‚ └── @emmetio/scanner@1.0.0 deduped β”‚ β”œβ”€β”€ jsonc-parser@2.3.1 β”‚ β”œβ”€β”€ vscode-languageserver-textdocument@1.0.2 deduped β”‚ β”œβ”€β”€ vscode-languageserver-types@3.16.0 β”‚ β”œβ”€β”€ vscode-nls@5.0.0 β”‚ └── vscode-uri@2.1.2 β”œβ”€β”€ @vue/compiler-dom@3.2.20 deduped β”œβ”€β”¬ @vue/reactivity@3.2.20 β”‚ └── @vue/shared@3.2.20 deduped β”œβ”€β”€ @vue/shared@3.2.20 deduped β”œβ”€β”€ request-light@0.5.4 β”œβ”€β”€ upath@2.0.1 β”œβ”€β”¬ vscode-css-languageservice@5.1.7 β”‚ β”œβ”€β”€ vscode-languageserver-textdocument@1.0.2 deduped β”‚ β”œβ”€β”€ vscode-languageserver-types@3.16.0 deduped β”‚ β”œβ”€β”€ vscode-nls@5.0.0 deduped β”‚ └── vscode-uri@3.0.2 deduped β”œβ”€β”¬ vscode-html-languageservice@4.1.0 β”‚ β”œβ”€β”€ vscode-languageserver-textdocument@1.0.2 deduped β”‚ β”œβ”€β”€ vscode-languageserver-types@3.16.0 deduped β”‚ β”œβ”€β”€ vscode-nls@5.0.0 deduped β”‚ └── vscode-uri@3.0.2 deduped β”œβ”€β”¬ vscode-json-languageservice@4.1.8 β”‚ β”œβ”€β”€ jsonc-parser@3.0.0 β”‚ β”œβ”€β”€ vscode-languageserver-textdocument@1.0.2 deduped β”‚ β”œβ”€β”€ vscode-languageserver-types@3.16.0 deduped β”‚ β”œβ”€β”€ vscode-nls@5.0.0 deduped β”‚ └── vscode-uri@3.0.2 deduped β”œβ”€β”¬ vscode-languageserver@8.0.0-next.3 β”‚ └─┬ vscode-languageserver-protocol@3.17.0-next.9 β”‚ β”œβ”€β”€ vscode-jsonrpc@8.0.0-next.3 deduped β”‚ └── vscode-languageserver-types@3.17.0-next.4 β”œβ”€β”€ vscode-languageserver-textdocument@1.0.2 β”œβ”€β”¬ vscode-pug-languageservice@0.28.7 β”‚ β”œβ”€β”€ @volar/code-gen@0.28.7 deduped β”‚ β”œβ”€β”€ @volar/shared@0.28.7 deduped β”‚ β”œβ”€β”€ @volar/source-map@0.28.7 deduped β”‚ β”œβ”€β”€ @volar/transforms@0.28.7 deduped β”‚ β”œβ”€β”¬ pug-lexer@5.0.1 β”‚ β”‚ β”œβ”€β”¬ character-parser@2.2.0 β”‚ β”‚ β”‚ └── is-regex@1.1.4 deduped β”‚ β”‚ β”œβ”€β”¬ is-expression@4.0.0 β”‚ β”‚ β”‚ β”œβ”€β”€ acorn@7.4.1 β”‚ β”‚ β”‚ └── object-assign@4.1.1 deduped β”‚ β”‚ └── pug-error@2.0.0 β”‚ β”œβ”€β”¬ pug-parser@6.0.0 β”‚ β”‚ β”œβ”€β”€ pug-error@2.0.0 deduped β”‚ β”‚ └── token-stream@1.0.0 β”‚ └── vscode-languageserver@8.0.0-next.3 deduped └─┬ vscode-typescript-languageservice@0.28.7 β”œβ”€β”€ @volar/shared@0.28.7 deduped β”œβ”€β”¬ semver@7.3.5 β”‚ └── lru-cache@6.0.0 deduped β”œβ”€β”€ upath@2.0.1 deduped β”œβ”€β”€ vscode-languageserver@8.0.0-next.3 deduped └── vscode-languageserver-textdocument@1.0.2 deduped ```

Logs πŸ“œ

0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli   '/Users/username/.nvm/versions/node/v14.17.0/bin/node',
1 verbose cli   '/Users/username/.nvm/versions/node/v14.17.0/bin/npm',
1 verbose cli   'run',
1 verbose cli   'dev'
1 verbose cli ]
2 info using npm@6.14.13
3 info using node@v14.17.0
4 verbose run-script [ 'predev', 'dev', 'postdev' ]
5 info lifecycle iles-app@0.0.0~predev: iles-app@0.0.0
6 info lifecycle iles-app@0.0.0~dev: iles-app@0.0.0
7 verbose lifecycle iles-app@0.0.0~dev: unsafe-perm in lifecycle true
8 verbose lifecycle iles-app@0.0.0~dev: PATH: /Users/username/.nvm/versions/node/v14.17.0/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/username/Projects/Personal/iles-app/node_modules/.bin:/Users/username/.yarn/bin:/Users/username/.config/yarn/global/node_modules/.bin:/Users/username/.nvm/versions/node/v14.17.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/username/.yarn/bin:/Users/username/.config/yarn/global/node_modules/.bin:/Users/username/.nvm/versions/node/v14.17.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin
9 verbose lifecycle iles-app@0.0.0~dev: CWD: /Users/username/Projects/Personal/iles-app
10 silly lifecycle iles-app@0.0.0~dev: Args: [ '-c', 'iles dev --open' ]
11 silly lifecycle iles-app@0.0.0~dev: Returned: code: 1  signal: null
12 info lifecycle iles-app@0.0.0~dev: Failed to exec dev script
13 verbose stack Error: iles-app@0.0.0 dev: `iles dev --open`
13 verbose stack Exit status 1
13 verbose stack     at EventEmitter.<anonymous> (/Users/username/.nvm/versions/node/v14.17.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack     at EventEmitter.emit (events.js:376:20)
13 verbose stack     at ChildProcess.<anonymous> (/Users/username/.nvm/versions/node/v14.17.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack     at ChildProcess.emit (events.js:376:20)
13 verbose stack     at maybeClose (internal/child_process.js:1055:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
14 verbose pkgid iles-app@0.0.0
15 verbose cwd /Users/username/Projects/Personal/iles-app
16 verbose Darwin 20.6.0
17 verbose argv "/Users/username/.nvm/versions/node/v14.17.0/bin/node" "/Users/username/.nvm/versions/node/v14.17.0/bin/npm" "run" "dev"
18 verbose node v14.17.0
19 verbose npm  v6.14.13
20 error code ELIFECYCLE
21 error errno 1
22 error iles-app@0.0.0 dev: `iles dev --open`
22 error Exit status 1
23 error Failed at the iles-app@0.0.0 dev script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
Output _Run `DEBUG=iles:* npm run dev` or `DEBUG=iles:* npm run build` and provide the output:_ ``` DEBUG=iles:* npm run dev > iles-app@0.0.0 dev /Users/username/Projects/Personal/iles-app > iles dev --open internal/modules/cjs/loader.js:888 throw err; ^ Error: Cannot find module 'node:module' Require stack: - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-PWUXNJ4P.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-OCYMQT24.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-2NX7D2UF.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-NX4IGNBC.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-HFW6SP7X.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-R77VKQUY.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-LI2W36WD.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/cli.js - /Users/username/Projects/Personal/iles-app/node_modules/iles/bin/iles.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:885:15) at Function.Module._load (internal/modules/cjs/loader.js:730:27) at Module.require (internal/modules/cjs/loader.js:957:19) at require (internal/modules/cjs/helpers.js:88:18) at Object. (/Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-PWUXNJ4P.js:2251:19) at Module._compile (internal/modules/cjs/loader.js:1068:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10) at Module.load (internal/modules/cjs/loader.js:933:32) at Function.Module._load (internal/modules/cjs/loader.js:774:14) at Module.require (internal/modules/cjs/loader.js:957:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-PWUXNJ4P.js', '/Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-OCYMQT24.js', '/Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-2NX7D2UF.js', '/Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-NX4IGNBC.js', '/Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-HFW6SP7X.js', '/Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-R77VKQUY.js', '/Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/chunk-LI2W36WD.js', '/Users/username/Projects/Personal/iles-app/node_modules/iles/dist/node/cli.js', '/Users/username/Projects/Personal/iles-app/node_modules/iles/bin/iles.js' ] } npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! iles-app@0.0.0 dev: `iles dev --open` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the iles-app@0.0.0 dev 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! /Users/username/.npm/_logs/2021-10-23T11_15_01_121Z-debug.log ```

Screenshots πŸ“·

Provide console or browser screenshots of the problem.

ElMassimo commented 2 years ago

Hi Paul, thanks for providing all the information!

It seems that require('node:module') in the compiled code fails to resolve in Node 14. It's working in Node 16.

I'll investigate to see if there's a workaround.


Would you run the following to verify the result?

node

> require('node:module')
> require('module')
spacedawwwg commented 2 years ago

Hi Paul, thanks for providing all the information!

It seems that require('node:module') in the compiled code fails to resolve in Node 14. It's working in Node 16.

I'll investigate to see if there's a workaround.

Would you run the following to verify the result?

node

> require('node:module')
> require('module')

Yep, require('module') works

ElMassimo commented 2 years ago

Released iles@0.3.12 which should fix this transpilation bug. Thanks for reporting @spacedawwwg!