grpc nodejs 应用安装提示错误:
stack Error: EPERM: operation not permitted, utime '/usr/local/lib/node_modules/grpc-tools/bin'
解决方法:
npm install -g grpc-tools --unsafe-perm
grpc nodejs 应用安装提示错误:
stack Error: EPERM: operation not permitted, utime '/usr/local/lib/node_modules/grpc-tools/bin'
解决方法:
npm install -g grpc-tools --unsafe-perm