-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
nodejs deb not installing , please help #3183
Comments
Since this is your first issue, we kindly remind you to check out EIP-1 for guidance. |
could you please elaborate/say what step this is happening on ? @CryptoLeaks |
Thanks for quit reply , command below sudo fakeroot checkinstall -y --install=no --pkgversion |
Sorry why are you doing this? AWK stuff isn't in the docs @CryptoLeaks |
I am trying to install Node.js to start coding my own crypto , and that command should be one of the steps according to tutorial https://ourcodeworld.com/articles/read/410/how-to-install-node-js-in-kali-linux but am stuck ! |
Please close this issue. This is completely unrelated to Ethereum EIPs |
can you help me moving to the proper section ? |
This is completely unrelated to Ethereum; you are writing your own cryptocurrency. Find the creator of the article and contact him. Thanks |
Please close your issue |
On ETHEREUM blockchain! |
This doesn't have to do with EIPs |
fine but can you help anyway ? |
I already told you. contact the author of the article. Close the issue please. Thanks |
Thanks |
target/tools/v8_gypfiles/libv8_initializers.a -lm -ldl -Wl,--end-group
rm 849c0718e867ba5a1ca9c268d30a389de30aae5a.intermediate d6d644251409973247bb6b3c7495bdbace8304d7.intermediate ff56d4440474e6420b484686fcfe257e89d8086c.intermediate d8e0deb0ef32cbafc312304290da1679e14e7447.intermediate
if [ ! -r node -o ! -L node ]; then
ln -fs out/Release/node node; fi
/usr/bin/python3.9 tools/install.py install '' '/usr/local'
installing /usr/local/bin/node
Traceback (most recent call last):
File "/tmp/tmp.SkHKoahN6R/node-v15.5.0/tools/install.py", line 235, in
run(sys.argv[:])
File "/tmp/tmp.SkHKoahN6R/node-v15.5.0/tools/install.py", line 229, in run
if cmd == 'install': return files(install)
File "/tmp/tmp.SkHKoahN6R/node-v15.5.0/tools/install.py", line 137, in files
action([output_prefix + output_file], 'bin/' + output_file)
File "/tmp/tmp.SkHKoahN6R/node-v15.5.0/tools/install.py", line 76, in install
try_copy(path, dst)
File "/tmp/tmp.SkHKoahN6R/node-v15.5.0/tools/install.py", line 66, in try_copy
return shutil.copy2(source_path, target_path)
File "/usr/lib/python3.9/shutil.py", line 436, in copy2
copystat(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.9/shutil.py", line 375, in copystat
lookup("utime")(dst, ns=(st.st_atime_ns, st.st_mtime_ns),
FileNotFoundError: [Errno 2] No such file or directory
make: *** [Makefile:158: install] Error 1
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
The text was updated successfully, but these errors were encountered: