iexec-apps
iexec-apps copied to clipboard
ups package tracker
A new attempt - now deployed at https://explorer.iex.ec/kovan/app/0x8Ee07bCf22573a5D934e907E71E5127a55DAe6A0
Now the result is "standard_init_linux.go:211: exec user process caused "no such file or directory"
I'm using windows so there may be something going wrong there maybe?
I think node_modules should be ignored now but I'm also learning git in the process as well...
Hi @Frippo40, can you remove the node-modules folder from your pull request? (by adding it to your .gitignore file)
Hi @sulliwane can you take a look at the latest commit?https://github.com/iExecBlockchainComputing/iexec-apps/pull/37/commits/dbad13c1e40309d9e9c9e3007b0f5e77f3a353ac I had to run git rm -r --cached .
to clear the earlier commit data to get the new .gitignore to work.
@Amxx thank you for the feedback. I couldn't figure out how to correct this series of commits so I had to create a new branch and pull request here with your requested changes: https://github.com/iExecBlockchainComputing/iexec-apps/pull/39