react-autocomplete
react-autocomplete copied to clipboard
npm start - 'SCRIPTY_PARALLEL' is not recognized as an internal or external command,
running npm start gives me $ npm start
[email protected] start D:\projects\repositories\react-autocomplete SCRIPTY_PARALLEL=true scripty
'SCRIPTY_PARALLEL' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: SCRIPTY_PARALLEL=true scripty
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start 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\Bruger\AppData\Roaming\npm-cache_logs\2017-06-27T14_04_03_664Z-debug.log
the debug log is
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]~prestart: [email protected]
6 silly lifecycle [email protected]~prestart: no script for prestart, continuing
7 info lifecycle [email protected]~start: [email protected]
8 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]~start: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;D:\projects\repositories\react-autocomplete\node_modules.bin;C:\Users\Bruger\bin;D:_programs\git\mingw64\bin;D:_programs\git\usr\local\bin;D:_programs\git\usr\bin;D:_programs\git\usr\bin;D:_programs\git\mingw64\bin;D:_programs\git\usr\bin;C:\Users\Bruger\bin;D:_programss\ImageMagick-7.0.4-Q16;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;D:_programs\git\cmd;D:_programs\Brackets\command;C:\Users\Bruger.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit;C:\Program Files (x86)\MSBuild\14.0\bin;C:\Program Files\nodejs;C:\Program Files\nodejs;C:\Program Files\Python;C:\Program Files\Microsoft Visual Studio 14.0\Common7\IDE\Remote Debugger\x64;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio;D:_programs\OpenVPN\bin;D:_programs\vagrant\bin;C:\Program Files (x86)\Skype\Phone;D:_programs\python3\Scripts;D:_programs\python3;D:_programs\Ruby23-x64\bin;C:\Users\Bruger\AppData\Local\Microsoft\WindowsApps;C:\Users\Bruger\AppData\Roaming\npm;D:_programs\phantomjs;C:\Python27\Scripts;D:_programs\GnuWin32\bin;D:_programs\Docker Toolbox;D:_programs\git\usr\bin\vendor_perl;D:_programs\git\usr\bin\core_perl
10 verbose lifecycle [email protected]~start: CWD: D:\projects\repositories\react-autocomplete
11 silly lifecycle [email protected]~start: Args: [ '/d /s /c', 'SCRIPTY_PARALLEL=true scripty' ]
12 silly lifecycle [email protected]~start: Returned: code: 1 signal: null
13 info lifecycle [email protected]~start: Failed to exec start script
14 verbose stack Error: [email protected] start: SCRIPTY_PARALLEL=true scripty
14 verbose stack Exit status 1
14 verbose stack at EventEmitter.SCRIPTY_PARALLEL=true scripty
23 error Exit status 1
24 error Failed at the [email protected] start script.
24 error This is probably not a problem with npm. There is likely additional logging output above.
25 verbose exit [ 1, true ]
I mean I guess I need to install cygwin or some other solution? However since I'm trying to run this stuff from my git prompt it seems weird it doesn't work.
So, for others, if I don't use scripty I have to run the shell scripts one by one, run the build/components.sh and build/examples.sh first, then do my start/server.sh.
I think I would prefer to have this separate from the static file server, there are lots of static file servers out there and you should just be able to say where you want your build deposited and then someone just happens to be using their static server of choice to look there - just what I would prefer. Still don't know why scripty wasn't working though. Can close the issue if you want.
I'm on Windows, Google led me here...
https://github.com/testdouble/scripty#windows-support
npm install --save-dev scripty
and trying to figure out what next :)