sst.dev icon indicating copy to clipboard operation
sst.dev copied to clipboard

Spaces in path result in `Cannot find module ‘SST’`

Open tobyspark opened this issue 4 years ago • 0 comments

Failure –

/path with spaces> npx sst start
Using stage: xxx
Preparing your SST app

=======================
 Deploying debug stack
=======================

node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module ‘SST'

Success –

/path_without_spaces>npx sst start

Encountered on macOS / fish / node v14 & v16

tobyspark avatar Jan 14 '22 17:01 tobyspark