Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install failedfor missing /conf/package.json #13

Open
watchpoints opened this issue Mar 18, 2022 · 1 comment
Open

npm install failedfor missing /conf/package.json #13

watchpoints opened this issue Mar 18, 2022 · 1 comment

Comments

@watchpoints
Copy link

wget https://github.com/xuperchain/xuperscan/releases/download/v0.1.1/xuperindexer-linux-amd64.zip
unzip xuperindexer-linux-amd64.zip -d xuperindexer
cd xuperindexer

[root@localhost conf]# npm install
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /root/local/xuperindexer/xuperindexer/conf/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/root/local/xuperindexer/xuperindexer/conf/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

@KenianShi
Copy link
Collaborator

KenianShi commented Mar 18, 2022

xuperXindexer服务在链启动后就可以直接启动。
npm install 是安装依赖,它是在clone xuperScan代码后,在xuperScan目录下进行的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants