mike-works/sql-fundamentals

Installing on Windows 10

aaksionau opened this issue · 3 comments

After installing what is written in README i'm getting this error:

PS C:\projects\sql> npm run db:setup:sqlite

> mikeworks-sql@0.0.0 db:setup:sqlite C:\projects\sql
> SCRIPTY_SILENT=true scripty

'SCRIPTY_SILENT' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! mikeworks-sql@0.0.0 db:setup:sqlite: `SCRIPTY_SILENT=true scripty`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the mikeworks-sql@0.0.0 db:setup:sqlite script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\aliak\AppData\Roaming\npm-cache\_logs\2018-04-20T12_51_46_967Z-debug.log

What is 'SCRIPTY_SILENT' command? Please help.

SCRIPTY_SILENT is an environment variable that suppresses certain stdout output. I thought that this would make things cleaner, but if it's causing problems on windows I'll remove it.

Thank you! a great class!

@paloni did you get it to work on Windows 10? Can you please tell me how? #34 (comment)