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
Everything works fine in windows 7 but when I run the same task in windows 8 and 10 following error occur. Don't know What am I missing here? It would be great help if this problem solvess
Running "addtextdomain:target" (addtextdomain) task
{ Error: spawn php ENOENT
at _errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)
at onErrorNT (internal/child_process.js:372:16)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
code: 'ENOENT',
errno: 'ENOENT',
syscall: 'spawn php',
path: 'php',
spawnargs:
[ 'C:\wamp64\www\blossom-feminine\wp-content\themes\blossom-feminine\n ode_modules\node-wp-i18n\bin\php\node-add-textdomain.php',
'C:\Users\Sudin\AppData\Local\Temp\arguments-11312dOKXUtaZRvA4.json' ] }
(node:11312) [DEP0013] DeprecationWarning: Calling an asynchronous function with out callback is deprecated.
Running "makepot:target" (makepot) task
undefined
Done.
I've search for the issue everywhere but didn't found solution.
Thank you
The text was updated successfully, but these errors were encountered:
Hi there,
Everything works fine in windows 7 but when I run the same task in windows 8 and 10 following error occur. Don't know What am I missing here? It would be great help if this problem solvess
Running "addtextdomain:target" (addtextdomain) task
{ Error: spawn php ENOENT
at _errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)
at onErrorNT (internal/child_process.js:372:16)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
code: 'ENOENT',
errno: 'ENOENT',
syscall: 'spawn php',
path: 'php',
spawnargs:
[ 'C:\wamp64\www\blossom-feminine\wp-content\themes\blossom-feminine\n ode_modules\node-wp-i18n\bin\php\node-add-textdomain.php',
'C:\Users\Sudin\AppData\Local\Temp\arguments-11312dOKXUtaZRvA4.json' ] }
(node:11312) [DEP0013] DeprecationWarning: Calling an asynchronous function with out callback is deprecated.
Running "makepot:target" (makepot) task
undefined
Done.
I've search for the issue everywhere but didn't found solution.
Thank you
The text was updated successfully, but these errors were encountered: