Run make.sh
See original GitHub issueCan we rebuild flow.package after changing the source code. What is the correct way of doing that. I have tried running make.sh file. Gives the following error.
./make.sh: line 6: tpm: command not found
mv: cannot stat 'sourcecode.package': No such file or directory
After installing TPM same error persisted. Then I installed TPM2, Then after running the file I got
contextParentFile = flow.package
Argument mismatched!
Please type "tpm2_create -h" get the usage!
mv: cannot stat 'flow.package': No such file or directory
Can I use any other TPM command, or is there any other command equivalent of TPM
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8
Top Results From Across the Web
How To Run the .sh File Shell Script In Linux / UNIX - nixCraft
GUI method to run .sh file · Select the file using mouse. · Right-click on the file. · Choose Properties:.
Read more >How do I run .sh scripts? - command line - Ask Ubuntu
Open terminal · Open the folder containing the .sh file · Drag and drop the file into the terminal window · The file's...
Read more >How to run a bash script from a Makefile? - Stack Overflow
which tells make to simply run a shell command. ./genVer.sh is the path (same directory as the makefile) and name of my script...
Read more >How to run .sh or Shell Script file in Windows 11/10
1] Execute Shell Script file using WSL · Open Command Prompt and navigate to the folder where the script file is available. ·...
Read more >Steps to Write and Execute a Shell Script - Javatpoint
Open the terminal. Go to the directory where you want to create your script. · Create a file with .sh extension. · Write...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also if you rename the
source
folder to flow.package and copy that folder to ./packages it will work.How did you install
tpm
? I mean the tpm command is available after installing framework globallynpm i total.js -g
, have you done this?