TypeError: Cannot read properties of null (reading 'pickAlgorithm') #5817
Replies: 2 comments
-
I 4991 timing reifyNode:node_modules/rxjs Completed in 315729ms i am facing same types of problem too. any body know the solutions? |
Beta Was this translation helpful? Give feedback.
-
i face the same issue, any help? |
Beta Was this translation helpful? Give feedback.
-
Hi, i'm using npm v7.20.0 and I want to install the latest version of tailwindcss (2.2.15) but when I install it with the command "npm install tailwindcss" the error appears:
verbose stack TypeError: Cannot read properties of null (reading 'pickAlgorithm')
706 verbose stack at Integrity.match (C:\Users\Ardhika\AppData\Roaming\npm\node_modules\npm\node_modules\ssri\index.js:234:24)
706 verbose stack at CachePolicy.satisfies (C:\Users\Ardhika\AppData\Roaming\npm\node_modules\npm\node_modules\make-fetch-happen\lib\cache\policy.js:113:49)
706 verbose stack at Function.find (C:\Users\Ardhika\AppData\Roaming\npm\node_modules\npm\node_modules\make-fetch-happen\lib\cache\entry.js:172:25)
706 verbose stack at async cacheFetch (C:\Users\Ardhika\AppData\Roaming\npm\node_modules\npm\node_modules\make-fetch-happen\lib\cache\index.js:8:17)
706 verbose stack at async fetch (C:\Users\Ardhika\AppData\Roaming\npm\node_modules\npm\node_modules\make-fetch-happen\lib\fetch.js:82:7)
707 verbose cwd D:\WEB\jasamu\jasamu
708 verbose Windows_NT 10.0.18363
709 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\Ardhika\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "install" "tailwindcss" "--save-dev"
710 verbose node v16.9.1
711 verbose npm v7.20.0
712 error Cannot read properties of null (reading 'pickAlgorithm')
but it only appears when I install the latest version of tailwinds, when I try to install v1.9.6, no error occurs during installation. do you think this is a bug or my fault? if this is my fault please help. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions