added missing documentation for oi
param in getHistoricalData
method
added missing documentation for oi
param in getHistoricalData
method
added missing documentation for oi
param in getHistoricalData
method
fs: refactor realpath with Map and Set
PR-URL: https://github.com/nodejs/node/pull/43569 Reviewed-By: Luigi Pinca luigipinca@gmail.com Reviewed-By: Ruben Bridgewater ruben@bridgewater.de Reviewed-By: Antoine du Hamel duhamelantoine1995@gmail.com Reviewed-By: Darshan Sen raisinten@gmail.com Reviewed-By: James M Snell jasnell@gmail.com
module: also enable subpath imports in REPL
PR-URL: https://github.com/nodejs/node/pull/43450 Fixes: https://github.com/nodejs/node/issues/43410 Reviewed-By: Guy Bedford guybedford@gmail.com Reviewed-By: Antoine du Hamel duhamelantoine1995@gmail.com Reviewed-By: James M Snell jasnell@gmail.com
src,bootstrap: remove NodeMainInstance::registry_
All uses of NodeMainInstance::registry_ were removed in https://github.com/nodejs/node/commit/43d2e247c7c198fcbbded3e13fa3996687848660, so this change removes the variable completely.
Signed-off-by: Darshan Sen raisinten@gmail.com
PR-URL: https://github.com/nodejs/node/pull/43392 Reviewed-By: Colin Ihrig cjihrig@gmail.com Reviewed-By: Tobias Nießen tniessen@tnie.de Reviewed-By: Santiago Gimeno santiago.gimeno@gmail.com Reviewed-By: Joyee Cheung joyeec9h3@gmail.com Reviewed-By: James M Snell jasnell@gmail.com
doc: fix icu-small example
Running the same in the icu doc shows that for icu-small the output is January instead of M01. Update the example in the doc to match.
Signed-off-by: Michael Dawson mdawson@devrus.com
PR-URL: https://github.com/nodejs/node/pull/43591 Reviewed-By: James M Snell jasnell@gmail.com Reviewed-By: Steven R Loomis srloomis@us.ibm.com Reviewed-By: Tobias Nießen tniessen@tnie.de
url: update WHATWG URL parser to align with latest spec
PR-URL: https://github.com/nodejs/node/pull/43190 Reviewed-By: James M Snell jasnell@gmail.com Reviewed-By: Daijiro Wachi daijiro.wachi@gmail.com
doc: include CVSS mention
PR-URL: https://github.com/nodejs/node/pull/43602 Reviewed-By: Vladimir de Turckheim vlad2t@hotmail.com Reviewed-By: Beth Griggs bgriggs@redhat.com Reviewed-By: Darshan Sen raisinten@gmail.com Reviewed-By: Matteo Collina matteo.collina@gmail.com Reviewed-By: Richard Lau rlau@redhat.com
http: do not leak error listeners
PR-URL: https://github.com/nodejs/node/pull/43587 Fixes: https://github.com/nodejs/node/issues/43548 Reviewed-By: Matteo Collina matteo.collina@gmail.com Reviewed-By: Luigi Pinca luigipinca@gmail.com Reviewed-By: Ricky Zhou 0x19951125@gmail.com Reviewed-By: Mohammed Keyvanzadeh mohammadkeyvanzade94@gmail.com
errors: extract type detection & use in ERR_INVALID_RETURN_VALUE
PR-URL: https://github.com/nodejs/node/pull/43558 Reviewed-By: Ruben Bridgewater ruben@bridgewater.de Reviewed-By: Antoine du Hamel duhamelantoine1995@gmail.com Reviewed-By: James M Snell jasnell@gmail.com
test: mark test-worker-http2-stream-terminate flaky on all platforms
PR-URL: https://github.com/nodejs/node/pull/43620 Reviewed-By: Darshan Sen raisinten@gmail.com Reviewed-By: LiviaMedeiros livia@cirno.name Reviewed-By: Michaël Zasso targos@protonmail.com Reviewed-By: Tobias Nießen tniessen@tnie.de
doc: promote 0x to tier 4
PR-URL: https://github.com/nodejs/node/pull/43609 Reviewed-By: Matteo Collina matteo.collina@gmail.com Reviewed-By: Gireesh Punathil gpunathi@in.ibm.com Reviewed-By: Darshan Sen raisinten@gmail.com Reviewed-By: Beth Griggs bgriggs@redhat.com Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com Reviewed-By: Tobias Nießen tniessen@tnie.de Reviewed-By: Gerhard Stöbich deb2001-github@yahoo.de Reviewed-By: Luigi Pinca luigipinca@gmail.com
doc: remove dtrace from tierlist
PR-URL: https://github.com/nodejs/node/pull/43606 Reviewed-By: Gireesh Punathil gpunathi@in.ibm.com Reviewed-By: Matteo Collina matteo.collina@gmail.com Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com Reviewed-By: Darshan Sen raisinten@gmail.com Reviewed-By: Gerhard Stöbich deb2001-github@yahoo.de Reviewed-By: Luigi Pinca luigipinca@gmail.com
esm: restore next<HookName>
's context
as optional arg
PR-URL: https://github.com/nodejs/node/pull/43553 Reviewed-By: Geoffrey Booth webadmin@geoffreybooth.com Reviewed-By: Antoine du Hamel duhamelantoine1995@gmail.com Reviewed-By: James M Snell jasnell@gmail.com
test: fix Buffer.from(ArrayBufferView) call
PR-URL: https://github.com/nodejs/node/pull/43614 Reviewed-By: Ben Noordhuis info@bnoordhuis.nl Reviewed-By: Luigi Pinca luigipinca@gmail.com Reviewed-By: Tobias Nießen tniessen@tnie.de
test: fill DOMException names
PR-URL: https://github.com/nodejs/node/pull/43615 Reviewed-By: Ben Noordhuis info@bnoordhuis.nl Reviewed-By: Antoine du Hamel duhamelantoine1995@gmail.com Reviewed-By: Luigi Pinca luigipinca@gmail.com Reviewed-By: Darshan Sen raisinten@gmail.com
http: fix failing test
PR-URL: https://github.com/nodejs/node/pull/43641 Reviewed-By: Matteo Collina matteo.collina@gmail.com Reviewed-By: Filip Skokan panva.ip@gmail.com
build,test: increase stack size limit on Windows
Fixes: https://github.com/nodejs/node/issues/43630
PR-URL: https://github.com/nodejs/node/pull/43632 Reviewed-By: Ben Noordhuis info@bnoordhuis.nl Reviewed-By: Jiawen Geng technicalcute@gmail.com
doc: remove lttng from tierlist
PR-URL: https://github.com/nodejs/node/pull/43604 Reviewed-By: Ben Noordhuis info@bnoordhuis.nl Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com Reviewed-By: Darshan Sen raisinten@gmail.com Reviewed-By: Gerhard Stöbich deb2001-github@yahoo.de Reviewed-By: Luigi Pinca luigipinca@gmail.com
doc: remove windows xperf from tierlist
PR-URL: https://github.com/nodejs/node/pull/43607 Reviewed-By: Matteo Collina matteo.collina@gmail.com Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com Reviewed-By: Gerhard Stöbich deb2001-github@yahoo.de
deps: upgrade npm to 8.13.2
PR-URL: https://github.com/nodejs/node/pull/43622 Reviewed-By: Darshan Sen raisinten@gmail.com Reviewed-By: Mohammed Keyvanzadeh mohammadkeyvanzade94@gmail.com Reviewed-By: Luigi Pinca luigipinca@gmail.com Reviewed-By: Tobias Nießen tniessen@tnie.de Reviewed-By: Beth Griggs bgriggs@redhat.com Reviewed-By: Ruy Adorno ruyadorno@github.com
module: cjs-module-lexer WebAssembly fallback
PR-URL: https://github.com/nodejs/node/pull/43612 Reviewed-By: Geoffrey Booth webadmin@geoffreybooth.com Reviewed-By: Mohammed Keyvanzadeh mohammadkeyvanzade94@gmail.com Reviewed-By: Luigi Pinca luigipinca@gmail.com Reviewed-By: Richard Lau rlau@redhat.com Reviewed-By: Ruben Bridgewater ruben@bridgewater.de Reviewed-By: Colin Ihrig cjihrig@gmail.com Reviewed-By: Jacob Smith jacob@frende.me Reviewed-By: Minwoo Jung nodecorelab@gmail.com
18.12.0, 18.12.1
Microsoft Windows NT 10.0.22000.0 x64
No response
npx create-react-app my-app
always
It should create an react-app
npm ERR! Unexpected token '.'
npm ERR! A complete log of this run can be found in: (Blurred paths)
0 verbose cli C:\Program Files\nodejs\node.exe D:\Programme\nvm\v16.17.0\node_modules\npm\bin\npm-cli.js 1 info using npm@8.15.0 2 info using node@v16.17.0 3 timing npm:load:whichnode Completed in 1ms 4 timing config:load:defaults Completed in 1ms 5 timing config:load:file:[...]\v16.17.0\node_modules\npm\npmrc Completed in 2ms 6 timing config:load:builtin Completed in 2ms 7 timing config:load:cli Completed in 2ms 8 timing config:load:env Completed in 0ms 9 timing config:load:project Completed in 3ms 10 timing config:load:file:[...].npmrc Completed in 0ms 11 timing config:load:user Completed in 0ms 12 timing config:load:file:[...]\AppData\Roaming\npm\etc\npmrc Completed in 0ms 13 timing config:load:global Completed in 1ms 14 timing config:load:validate Completed in 0ms 15 timing config:load:credentials Completed in 0ms 16 timing config:load:setEnvs Completed in 0ms 17 timing config:load Completed in 10ms 18 timing npm:load:configload Completed in 10ms 19 timing npm:load:mkdirpcache Completed in 1ms 20 timing npm:load:mkdirplogs Completed in 0ms 21 verbose title npm exec create-react-app smartsignal-status 22 verbose argv "exec" "--" "create-react-app" "smartsignal-status" 23 timing npm:load:setTitle Completed in 1ms 24 timing config:load:flatten Completed in 2ms 25 timing npm:load:display Completed in 4ms 26 verbose logfile logs-max:10 dir:[...]\AppData\Local\npm-cache_logs 27 verbose logfile [...]AppData\Local\npm-cache_logs\2022-11-07T07_53_33_729Z-debug-0.log 28 timing npm:load:logFile Completed in 5ms 29 timing npm:load:timers Completed in 0ms 30 timing npm:load:configScope Completed in 0ms 31 timing npm:load Completed in 22ms 32 silly logfile start cleaning logs, removing 65 files 33 timing arborist:ctor Completed in 1ms 34 silly logfile done cleaning log files 35 http fetch GET 200 https://registry.npmjs.org/create-react-app 72ms (cache miss) 36 timing arborist:ctor Completed in 0ms 37 timing arborist:ctor Completed in 0ms 38 http fetch GET 200 https://registry.npmjs.org/npm 213ms (cache updated) 39 timing command:exec Completed in 62134ms 40 notice 40 notice New [33mminor[39m version of npm available! [31m8.15.0[39m -> [32m8.19.3[39m 40 notice Changelog: [36mhttps://github.com/npm/cli/releases/tag/v8.19.3[39m 40 notice Run [32mnpm install -g npm@8.19.3[39m to update! 40 notice 41 verbose exit 0 42 timing npm Completed in 64705ms 43 info ok
Hi @SensSebastianSchlosser, this is not a node.js issue. Best place to file this issue and get it resolved would be https://github.com/facebook/create-react-app