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
Generating Moddable project: my-typed-project
Command failed, Error: template not found /Users/screamz/Library/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/xs-dev/build/src/templates/manifest.json.ejs
at Object.<anonymous> (/Users/screamz/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/gluegun/build/toolbox/template-tools.js:82:27)
at step (/Users/screamz/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/gluegun/build/toolbox/template-tools.js:44:23)
at Object.next (/Users/screamz/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/gluegun/build/toolbox/template-tools.js:25:53)
at /Users/screamz/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/gluegun/build/toolbox/template-tools.js:19:71
at new Promise (<anonymous>)
at __awaiter (/Users/screamz/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/gluegun/build/toolbox/template-tools.js:15:12)
at Object.generate (/Users/screamz/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/gluegun/build/toolbox/template-tools.js:64:16)
at Object.func (/Users/screamz/Library/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/xs-dev/build/src/commands/init.js:67:32)
at async Fe (/Users/screamz/Library/pnpm/global/5/.pnpm/@[email protected]/node_modules/@stricli/core/dist/index.cjs:7:33)
at async pn (/Users/screamz/Library/pnpm/global/5/.pnpm/@[email protected]/node_modules/@stricli/core/dist/index.cjs:23:672) 166ms
The text was updated successfully, but these errors were encountered:
Thanks for discovering this @ScreamZ . This is a regression from the move to Strcli as the front-end of the CLI. It would be easier to refactor the project templates from EJS templates to template strings in plain JS/TS files given how small they are at the moment.
Hello @HipsterBrown,
Just tried on latest version
and go
The text was updated successfully, but these errors were encountered: