Skip to content

Instantly share code, notes, and snippets.

@johnfelipe
Created August 8, 2022 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnfelipe/fd5ea31429433acd8350ab7c9f644f9f to your computer and use it in GitHub Desktop.
Save johnfelipe/fd5ea31429433acd8350ab7c9f644f9f to your computer and use it in GitHub Desktop.
root@ubuntu20portatil:~/html2md# n 15
installing : node-v15.14.0
mkdir : /usr/local/n/versions/node/15.14.0
fetch : https://nodejs.org/dist/v15.14.0/node-v15.14.0-linux-x64.tar.xz
copying : node/15.14.0
installed : v15.14.0 (with npm 7.7.6)
root@ubuntu20portatil:~/html2md# node -v
v15.14.0
root@ubuntu20portatil:~/html2md# npm i
added 32 packages, and audited 2010 packages in 6s
75 vulnerabilities (1 low, 18 moderate, 45 high, 11 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
root@ubuntu20portatil:~/html2md# npm run dev
> hello-html2md@1.0.0 dev
> cross-env ENV=dev node server --watch server
ℹ Preparing project for development 15:12:09
ℹ Initial build may take a while 15:12:09
✔ Builder initialized 15:12:10
✔ Nuxt files generated 15:12:10
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating
● Client █████████████████████████ building (32%) 184/191 modules 7 active
...bel-loader › vue-loader › .nuxt/components/nuxt-loading.vue
✖ Server
Compiled with some errors in 5.22s
✖ Client
Compiled with some errors in 6.62s
✖ Server
Compiled with some errors in 5.22s
ERROR Failed to compile with 3 errors friendly-errors 15:12:17
ERROR in ./assets/css/element-variables.scss friendly-errors 15:12:17
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (88)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.14.1
at module.exports (/root/html2md/node_modules/node-sass/lib/binding.js:13:13)
at Object.<anonymous> (/root/html2md/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (node:internal/modules/cjs/loader:1092:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1121:10)
at Module.load (node:internal/modules/cjs/loader:972:32)
at Function.Module._load (node:internal/modules/cjs/loader:813:14)
at Module.require (node:internal/modules/cjs/loader:996:19)
at require (node:internal/modules/cjs/helpers:92:18)
at getDefaultSassImpl (/root/html2md/node_modules/sass-loader/dist/index.js:198:10)
at Object.loader (/root/html2md/node_modules/sass-loader/dist/index.js:80:29)
friendly-errors 15:12:17
ERROR in ./assets/css/element-variables.scss friendly-errors 15:12:17
Module build failed (from ./node_modules/extract-css-chunks-webpack-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (88)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.14.1
at module.exports (/root/html2md/node_modules/node-sass/lib/binding.js:13:13)
at Object.<anonymous> (/root/html2md/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (node:internal/modules/cjs/loader:1092:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1121:10)
at Module.load (node:internal/modules/cjs/loader:972:32)
at Function.Module._load (node:internal/modules/cjs/loader:813:14)
at Module.require (node:internal/modules/cjs/loader:996:19)
at require (node:internal/modules/cjs/helpers:92:18)
at getDefaultSassImpl (/root/html2md/node_modules/sass-loader/dist/index.js:198:10)
at Object.loader (/root/html2md/node_modules/sass-loader/dist/index.js:80:29)
at /root/html2md/node_modules/webpack/lib/NormalModule.js:316:20
at /root/html2md/node_modules/loader-runner/lib/LoaderRunner.js:367:11
at /root/html2md/node_modules/loader-runner/lib/LoaderRunner.js:233:18
at runSyncOrAsync (/root/html2md/node_modules/loader-runner/lib/LoaderRunner.js:143:3)
at iterateNormalLoaders (/root/html2md/node_modules/loader-runner/lib/LoaderRunner.js:232:2)
at Array.<anonymous> (/root/html2md/node_modules/loader-runner/lib/LoaderRunner.js:205:4)
at Storage.finished (/root/html2md/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:55:16)
at /root/html2md/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:91:9
at /root/html2md/node_modules/graceful-fs/graceful-fs.js:123:16
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:69:3)
friendly-errors 15:12:17
@ ./plugins/element-ui.js 8:0-45
@ ./.nuxt/index.js
@ ./.nuxt/client.js
@ multi eventsource-polyfill webpack-hot-middleware/client?reload=true&timeout=30000&ansiColors=&overlayStyles=&path=%2F__webpack_hmr%2Fclient&name=client ./.nuxt/client.js
friendly-errors 15:12:17
ERROR in ./pages/index.vue?vue&type=style&index=0&lang=scss&
Module build failed (from ./node_modules/extract-css-chunks-webpack-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (88)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.14.1
at module.exports (/root/html2md/node_modules/node-sass/lib/binding.js:13:13)
at Object.<anonymous> (/root/html2md/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (node:internal/modules/cjs/loader:1092:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1121:10)
at Module.load (node:internal/modules/cjs/loader:972:32)
at Function.Module._load (node:internal/modules/cjs/loader:813:14)
at Module.require (node:internal/modules/cjs/loader:996:19)
at require (node:internal/modules/cjs/helpers:92:18)
at getDefaultSassImpl (/root/html2md/node_modules/sass-loader/dist/index.js:198:10)
at Object.loader (/root/html2md/node_modules/sass-loader/dist/index.js:80:29)
at /root/html2md/node_modules/webpack/lib/NormalModule.js:316:20
at /root/html2md/node_modules/loader-runner/lib/LoaderRunner.js:367:11
at /root/html2md/node_modules/loader-runner/lib/LoaderRunner.js:233:18
at runSyncOrAsync (/root/html2md/node_modules/loader-runner/lib/LoaderRunner.js:143:3)
at iterateNormalLoaders (/root/html2md/node_modules/loader-runner/lib/LoaderRunner.js:232:2)
at iterateNormalLoaders (/root/html2md/node_modules/loader-runner/lib/LoaderRunner.js:221:10)
at /root/html2md/node_modules/loader-runner/lib/LoaderRunner.js:236:3
at Object.context.callback (/root/html2md/node_modules/loader-runner/lib/LoaderRunner.js:111:13)
at selectBlock (/root/html2md/node_modules/vue-loader/lib/select.js:39:19)
at Object.module.exports (/root/html2md/node_modules/vue-loader/lib/index.js:79:12)
friendly-errors 15:12:17
@ ./pages/index.vue?vue&type=style&index=0&lang=scss& 1:0-441 1:0-441
@ ./pages/index.vue
@ ./.nuxt/router.js
@ ./.nuxt/index.js
@ ./.nuxt/client.js
@ multi eventsource-polyfill webpack-hot-middleware/client?reload=true&timeout=30000&ansiColors=&overlayStyles=&path=%2F__webpack_hmr%2Fclient&name=client ./.nuxt/client.js
friendly-errors 15:12:17
ℹ Waiting for file changes 15:12:17
READY Server listening on http://localhost:3031 15:12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment