ok
0 verbose cli 'C:\\Program Files\\nodejs\\node.exe',
0 verbose cli 'C:\\Users\\Urvah\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
0 verbose cli '--no-update-notifier',
0 verbose cli '--no-audit',
0 verbose cli '--scripts-prepend-node-path=true',
0 verbose cli '--ignore-scripts',
0 verbose cli 'install'
0 verbose cli ]
1 info using npm@8.3.0
2 info using node@v18.13.0
3 timing npm:load:whichnode Completed in 0ms
4 timing config:load:defaults Completed in 1ms
5 timing config:load:file:C:\Users\Urvah\AppData\Roaming\npm\node_modules\npm\npmrc Completed in 10ms
6 timing config:load:builtin Completed in 11ms
7 timing config:load:cli Completed in 2ms
8 timing config:load:env Completed in 0ms
9 timing config:load:file:C:\Users\Urvah\Downloads\Stuff\WebDevelopement\iamded\.npmrc Completed in 1ms
10 timing config:load:project Completed in 1ms```
12 timing config:load:user Completed in 1ms
13 timing config:load:file:C:\Users\Urvah\AppData\Roaming\npm\etc\npmrc Completed in 0ms
14 timing config:load:global Completed in 0ms
15 timing config:load:validate Completed in 1ms
16 timing config:load:credentials Completed in 0ms
17 timing config:load:setEnvs Completed in 1ms
18 timing config:load Completed in 20ms
20 timing npm:load:setTitle Completed in 0ms
21 timing config:load:flatten Completed in 3ms
22 timing npm:load:display Completed in 4ms
23 verbose logfile C:\Users\Urvah\AppData\Local\npm-cache\_logs\2023-01-29T10_09_12_085Z-debug-0.log
24 timing npm:load:logFile Completed in 54ms
25 timing npm:load:timers Completed in 0ms
26 timing npm:load:configScope Completed in 0ms
27 timing npm:load Completed in 79ms
28 timing arborist:ctor Completed in 3ms
29 silly logfile start cleaning logs, removing 47 files
30 timing idealTree:init Completed in 1458ms
31 timing idealTree:userRequests Completed in 0ms
32 silly idealTree buildDeps
33 silly fetch manifest line-awesome@8.3.0
34 silly placeDep ROOT line-awesome@ OK for: want: 8.3.0
35 timing idealTree:#root Completed in 71073ms
36 timing idealTree:node_modules/line-awesome Completed in 0ms
37 timing idealTree:buildDeps Completed in 71078ms
38 timing idealTree:fixDepFlags Completed in 17ms
39 timing idealTree Completed in 72556ms
40 timing command:install Completed in 72752ms
41 verbose stack Error: error:1E08010C:DECODER routines::unsupported
41 verbose stack at setKey (node:internal/tls/secure-context:92:11)
41 verbose stack at configSecureContext (node:internal/tls/secure-context:174:7)
41 verbose stack at Object.createSecureContext (node:_tls_common:117:3)
41 verbose stack at Object.connect (node:_tls_wrap:1636:48)
41 verbose stack at HttpsAgent.createConnection (node:https:150:22)
41 verbose stack at HttpsAgent.createConnection (C:\Users\Urvah\AppData\Roaming\npm\node_modules\npm\node_modules\agentkeepalive\lib\https_agent.js:29:49)
41 verbose stack at HttpsAgent.createSocket (node:_http_agent:350:26)
41 verbose stack at HttpsAgent.addRequest (node:_http_agent:297:10)
41 verbose stack at new ClientRequest (node:_http_client:337:16)
43 verbose Windows_NT 10.0.19045```
It seems it is still using an old npm version (8.3.0)
45 verbose node v18.13.0
46 verbose npm v8.3.0
47 error code ERR_OSSL_UNSUPPORTED
48 error error:1E08010C:DECODER routines::unsupported
49 verbose exit 1
50 timing npm Completed in 92589ms
51 verbose unfinished npm timer reify 1674986971916
52 verbose unfinished npm timer reify:loadTrees 1674986972084
53 verbose code 1
54 error A complete log of this run can be found in:
54 error C:\Users\Urvah\AppData\Local\npm-cache\_logs\2023-01-29T10_09_12_085Z-debug-0.log```
I downloaded nodejs ver 18.13.0 because vaadin had this version
should i download the latest version?
Yes, node is OK, it is npm that is on an older version that the one used by default by Vaadin when there is no global node installed
ok
I’ll try to download new npm version
https://www.npmjs.com/package/npm/v/8.19.3 This site?
i guess its installing it
Normally npm is bundled with the NodeJs you download. For example for your downloaded NodeJs: “Latest LTS Version: 18.13.0 (includes npm 8.19.3)”
yes, I have downloaded that
“normally”
is this installing?
?
I think you should use the -g flag with npm install to install globally
ok