Hi,
I am kind of stuck with the following error when I try to access the sencha test command.
I am on Windows 7.
I just typed stc on my command prompt .
C:\Users\nagarwal\Sencha\Test\2_1_1_31\stc\node_modules\orion-core\lib\xfs.js:1
obal.isSandbox?"sandbox-":"session-")+uuid.v1(),homeDir:new File(os.homedir())
^
TypeError: undefined is not a function
at Object.<anonymous> (C:\Users\nagarwal\Sencha\Test\2_1_1_31\stc\node_modules\orion-core\lib\xfs.js:1:583)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (C:\Users\nagarwal\Sencha\Test\2_1_1_31\stc\node_modules\orion-core\lib\process\ProcessUtil.js:1:578)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
I have installed node.js. It is added to the path too.
node version is - v0.12.2
and npm version is 2.7.4
I have no idea how to solve this error. I have tried uninstalling the node.js and reinstall but that didn't help me.
Thanks.