Docker

Lens Protocol Local Chain

2022-12-01 23:33:27 cp: -r not specified; omitting directory '/node_modules'
2022-12-01 23:35:07 I have no name!@dad1873f1614:/src$ $ npm install --save-dev hardhat
2022-12-01 23:35:07 bash: $: command not found
2022-12-01 23:35:07 I have no name!@dad1873f1614:/src$ $ npm run compile
2022-12-01 23:35:07 bash: $: command not found
2022-12-01 23:35:10 I have no name!@dad1873f1614:/src$ $ npx hardhat node
2022-12-01 23:35:10 bash: $: command not found
2022-12-01 23:35:12 I have no name!@dad1873f1614:/src$ npm
2022-12-01 23:35:13 npm <command>
2022-12-01 23:35:13 
2022-12-01 23:35:13 Usage:
2022-12-01 23:35:13 
2022-12-01 23:35:13 npm install        install all the dependencies in your project
2022-12-01 23:35:13 npm install <foo>  add the <foo> dependency to your project
2022-12-01 23:35:13 npm test           run this project's tests
2022-12-01 23:35:13 npm run <foo>      run the script named <foo>
2022-12-01 23:35:13 npm <command> -h   quick help on <command>
2022-12-01 23:35:13 npm -l             display usage info for all commands
2022-12-01 23:35:13 npm help <term>    search for help on <term>
2022-12-01 23:35:13 npm help npm       more involved overview
2022-12-01 23:35:13 
2022-12-01 23:35:13 All commands:
2022-12-01 23:35:13 
2022-12-01 23:35:13     access, adduser, audit, bin, bugs, cache, ci, completion,
2022-12-01 23:35:13     config, dedupe, deprecate, diff, dist-tag, docs, doctor,
2022-12-01 23:35:13     edit, exec, explain, explore, find-dupes, fund, get, help,
2022-12-01 23:35:13     hook, init, install, install-ci-test, install-test, link,
2022-12-01 23:35:13     ll, login, logout, ls, org, outdated, owner, pack, ping,
2022-12-01 23:35:13     pkg, prefix, profile, prune, publish, query, rebuild, repo,
2022-12-01 23:35:13     restart, root, run-script, search, set, set-script,
2022-12-01 23:35:13     shrinkwrap, star, stars, start, stop, team, test, token,
2022-12-01 23:35:13     uninstall, unpublish, unstar, update, version, view, whoami
2022-12-01 23:35:13 
2022-12-01 23:35:13 Specify configs in the ini-formatted file:
2022-12-01 23:35:13     /.npmrc
2022-12-01 23:35:13 or on the command line via: npm <command> --key=value
2022-12-01 23:35:13 
2022-12-01 23:35:13 More configuration info: npm help config
2022-12-01 23:35:13 Configuration fields: npm help 7 config
2022-12-01 23:35:13 
2022-12-01 23:35:13 [email protected] /usr/local/lib/node_modules/npm
2022-12-01 23:35:19 I have no name!@dad1873f1614:/src$ npm install --save-dev hardhat
npm ERR! code EACCES
2022-12-01 23:35:20 npm ERR! syscall mkdir
2022-12-01 23:35:20 npm ERR! path /.npm
2022-12-01 23:35:20 npm ERR! errno -13
2022-12-01 23:35:20 npm ERR! 
2022-12-01 23:35:20 npm ERR! Your cache folder contains root-owned files, due to a bug in
2022-12-01 23:35:20 npm ERR! previous versions of npm which has since been addressed.
2022-12-01 23:35:20 npm ERR! 
2022-12-01 23:35:20 npm ERR! To permanently fix this problem, please run:
2022-12-01 23:35:20 npm ERR!   sudo chown -R 501:501 "/.npm"
2022-12-01 23:35:20 
2022-12-01 23:35:20 npm ERR! Log files were not written due to an error writing to the directory: /.npm/_logs
2022-12-01 23:35:20 npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal
2022-12-01 23:35:30 I have no name!@dad1873f1614:/src$ sudo npm install --save-dev hardhat 
2022-12-01 23:35:30 bash: sudo: command not found
bash-12-01 23:35:56 I have no name!@dad1873f1614:/src$ docker exec -u root -t -i container_id /bin/b
2022-12-01 23:35:56 bash: docker: command not found
2022-12-01 23:43:11 I have no name!@dad1873f1614:/src$ npm install --save-dev hardhat
npm ERR! code EACCES
2022-12-01 23:43:13 npm ERR! syscall mkdir
2022-12-01 23:43:13 npm ERR! path /.npm
2022-12-01 23:43:13 npm ERR! errno -13
2022-12-01 23:43:13 npm ERR! 
2022-12-01 23:43:13 npm ERR! Your cache folder contains root-owned files, due to a bug in
2022-12-01 23:43:13 npm ERR! previous versions of npm which has since been addressed.
2022-12-01 23:43:13 npm ERR! 
2022-12-01 23:43:13 npm ERR! To permanently fix this problem, please run:
2022-12-01 23:43:13 npm ERR!   sudo chown -R 501:501 "/.npm"
2022-12-01 23:43:13 
2022-12-01 23:43:13 npm ERR! Log files were not written due to an error writing to the directory: /.npm/_logs
2022-12-01 23:43:13 npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal
2022-12-01 23:43:18 I have no name!@dad1873f1614:/src$ npm install --save-dev hardhat
npm ERR! code EACCES
2022-12-01 23:43:19 npm ERR! syscall mkdir
2022-12-01 23:43:19 npm ERR! path /.npm
2022-12-01 23:43:19 npm ERR! errno -13
2022-12-01 23:43:19 npm ERR! 
2022-12-01 23:43:19 npm ERR! Your cache folder contains root-owned files, due to a bug in
2022-12-01 23:43:19 npm ERR! previous versions of npm which has since been addressed.
2022-12-01 23:43:19 npm ERR! 
2022-12-01 23:43:19 npm ERR! To permanently fix this problem, please run:
2022-12-01 23:43:19 npm ERR!   sudo chown -R 501:501 "/.npm"
2022-12-01 23:43:19 
2022-12-01 23:43:19 npm ERR! Log files were not written due to an error writing to the directory: /.npm/_logs
2022-12-01 23:43:19 npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal
2022-12-01 23:43:21 I have no name!@dad1873f1614:/src$ exit