question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:8

github_iconTop GitHub Comments

3reactions
moldacommented, Dec 28, 2017

Also if you rename the source folder to flow.package and copy that folder to ./packages it will work.

1reaction
moldacommented, Dec 28, 2017

How did you install tpm? I mean the tpm command is available after installing framework globally npm i total.js -g, have you done this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found