美文网首页
Cannot read properties of null (

Cannot read properties of null (

作者: CentForever | 来源:发表于2022-06-25 15:42 被阅读0次

“Cannot read properties of null (reading ‘pickAlgorithm‘)”

查看配置文件需要node14 版本

brew search node
brew install node@14

写入环境变量

ode@14 is keg-only, which means it was not symlinked into /opt/homebrew,
because this is an alternate version of another formula.

If you need to have node@14 first in your PATH, run:
  echo 'export PATH="/opt/homebrew/opt/node@14/bin:$PATH"' >> ~/.zshrc

For compilers to find node@14 you may need to set:
  export LDFLAGS="-L/opt/homebrew/opt/node@14/lib"
  export CPPFLAGS="-I/opt/homebrew/opt/node@14/include"
❯ node -v
v14.19.3
❯ npm -v
6.14.17
~ ❯

相关文章

网友评论

      本文标题:Cannot read properties of null (

      本文链接:https://www.haomeiwen.com/subject/lhruvrtx.html