Required packages rimraf and tmsc not found while running boost deploy command #1378
Labels
bug
Something isn't working
dev-experience
Developer Experience
difficulty: low
good first issue
Good for newcomers
package:cli
Affects the CLI package
platform: Linux
platform: MacOS
platform: Windows
size: S
Tasks that involve two or three lines of code
Bug Report
Current Behavior
I'm following the booster framework getting started tutorial and running on a barebones newly deployed system. Everything is working as expected, except when I get to part 6.2 and run the command:
boost deploy -e production
which returns the following error:also happened to ttsc command:
[2023-03-15T14:23:18.964Z] sh: 1: ttsc: not found
Expected behavior
Booster should run the deployment and build the required resources in AWS.
Possible Solution
The issue seems to be with not having rimraf or ttsc installed in the system. Not that familiar with node, but shouldn't they run from local binaries in
node_modules/.bin
? When I installed them globally usinnpm i -g
, the command started working.Environment
The text was updated successfully, but these errors were encountered: