microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.67k stars 131 forks source link

Upgrade Node.js and `node-sass` dependencies #350

Open kraenhansen opened 1 year ago

kraenhansen commented 1 year ago

I tried following the instructions on Building the projects, but noticed two blockers:

kraenhansen commented 1 year ago

I tried upgrading this in the playground package.json and running rush update, but failed 😞

Running "pnpm install" in /Users/kraen.hansen/tsdoc/common/temp

Using hooks from: /Users/kraen.hansen/tsdoc/common/temp/pnpmfile.js
readPackage hook is declared. Manifests of dependencies might get overridden
 WARN  deprecated html-webpack-plugin@3.2.0: 3.x is no longer supported
Downloading registry.npmjs.org/typescript/3.9.9: 9.58 MB/9.58 MB, done
Downloading registry.npmjs.org/monaco-editor/0.17.1: 11.5 MB/11.5 MB, done
Downloading registry.npmjs.org/typescript/4.0.7: 9.94 MB/9.94 MB, done
Packages: +1256
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Packages are hard linked from the content-addressable store to the virtual store.
  Content-addressable store is at: /Users/kraen.hansen/tsdoc/common/temp/pnpm-store/v3
  Virtual store is at:             node_modules/.pnpm
Progress: resolved 1253, reused 0, downloaded 1253, added 1256, done
node_modules/.pnpm/fsevents@1.2.13/node_modules/fsevents: Running install script, done in 1s
node_modules/.pnpm/ejs@2.7.4/node_modules/ejs: Running postinstall script, done in 87ms
node_modules/.pnpm/node-sass@4.14.1/node_modules/node-sass: Running install script, done in 417ms
node_modules/.pnpm/node-sass@8.0.0/node_modules/node-sass: Running install script, done in 489ms
node_modules/.pnpm/node-sass@4.14.1/node_modules/node-sass: Running postinstall script, failed in 2s

Is seem something is still depending on node-sass@4 but I can't seem to figure out what and running pnpm why node-sass in ./platground yields an empty result πŸ˜• @octogonz I think I need some help on this one.