You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Squeezer Framework Version information ( squeezer-cli version ) :
Squeezer CLI version: 1.1.14
Node version: 6.11.0
Operating system: Windows 10 Pro, version 1703, OS Build 15063.413
Expected Behavior:
I expect that the commands in the cli should execute without any problems, i.e: "sqz create --project my-first-project --template aws-api-nodejs --email you@example.org" should create a new project with the name "my-first-project" based on the AWS generic API Hello World template.
Actual Behavior:
All sqz commands throw the same error message in the cli. The error message can be seen below:
module.js:471
throw err;
^
Error: Cannot find module 'C:\Users\Bogdan\AppData\Roaming\npm\node_modules\squeezer-cli\bin/lib/common/cli/error'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (C:\Users\Bogdan\AppData\Roaming\npm\node_modules\squeezer-cli\bin\bin.js:10:13)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
Bug Report Template -----------------------------------------------
Squeezer Framework Version information (
squeezer-cli version) :Expected Behavior:
I expect that the commands in the cli should execute without any problems, i.e: "sqz create --project my-first-project --template aws-api-nodejs --email you@example.org" should create a new project with the name "my-first-project" based on the AWS generic API Hello World template.
Actual Behavior:
All sqz commands throw the same error message in the cli. The error message can be seen below:
module.js:471
throw err;
^
Error: Cannot find module 'C:\Users\Bogdan\AppData\Roaming\npm\node_modules\squeezer-cli\bin/lib/common/cli/error'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (C:\Users\Bogdan\AppData\Roaming\npm\node_modules\squeezer-cli\bin\bin.js:10:13)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)