Hyperledger Fabric安装问题-尝试安装npm时

时间:2019-01-15 09:14:02

标签: hyperledger-fabric hyperledger npm-install node-gyp

您好,我正在尝试使用HyperLedgerFabric设置第一个应用程序

我正在遵循此post,我已经正确设置了网络,一切似乎都很完美,只有当我尝试使用>>> import re >>> dir(re) ['DEBUG', 'DOTALL', 'I', 'IGNORECASE', 'L', 'LOCALE', 'M', 'MULTILINE', 'S', 'Scanner', 'T', 'TEMPLATE', 'U', 'UNICODE', 'VERBOSE', 'X', '_MAXCACHE', '__all__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '__version__', '_alphanum', '_cache', '_cache_repl', '_compile', '_compile_repl', '_expand', '_locale', '_pattern_type', '_pickle', '_subx', 'compile', 'copy_reg', 'error', 'escape', 'findall', 'finditer', 'match', 'purge', 'search', 'split', 'sre_compile', 'sre_parse', 'sub', 'subn', 'sys', 'template'] >>> dir(re.Match) Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'Match' npm install命令安装npm时,问题仅在于npm install 它向我显示以下错误。

sudo npm install

有人可以帮我吗?

预先感谢

  

gyp错误!堆栈错误:EACCES:权限被拒绝,mkdir'/ var / www / html / fabric-samples / fabcar / javascript / node_modules / pkcs11js / build'

1 个答案:

答案 0 :(得分:0)

似乎您在访问node_modules文件夹时遇到问题。 只需为此文件夹设置完全访问权限即可。

  

sudo a + rwx node_modules。

有效。