Error while installing ecommerce bundle in pimcore - pimcore

poping this errror -> No 'php' executable found, please install the application or add it to the PATH (in system settings or to your PATH environment variable Trace:

Related

npm script is unable to locate an existent module

I am trying to execute a ReactJS application on my Windows 10 system using npm.
On running the execution script, it is giving me a compilation error that states:
Module not found: Can't resolve '../assets_new/fonts/lato_bold.woff' in '\src\assets_new\scss'
The file lato_bold.woff does exist in the given path, yet the script isn't able to locate it.
Can someone pls let me know how could this be resolved?
From this message:
Can't resolve '../assets_new/fonts/lato_bold.woff' in '\src\assets_new\scss'
It seems that you are trying to fetch lato_bold.woff from fonts folder in assests_new but you are searching in scss folder of assests_new. Try changing it to fonts folder.

VSCode and starting a project with launch.json

I installed VScode, but when I try to debug it has giving me an error msg.
Can not find runtime 'node' on PATH. Is 'node' installed?
I don't know what to do. I installed node js and what needed in it's instruction
If you have installed nodejs then you can build the project. You are trying to debug so i think you have done installlation step right. If you try to run a starter project then its version maybe higher then your node. In this state you should install last version of the node.
I think your problem is that your path is wrong.
The file path that project's itself and the compiler looking for, should not contain any invalid character, like empty ş, i, ü, etc..
Your project has to read and write permission to that directories.
You should try aboves, your error may be change or if your launch.json is right then it will work out
try to check
run cmd => 'node --version'
if it is installed well, you can check the version.
if you cant check the version, add a environment variable
bascially node.js path is ''C:\Program Files\nodejs\'
Add the path into 'Path' of 'System variable'

"node-gyp build" Fatal error C1083

I'm trying to run a project on my windows 10 (x64) with nodejs.
To run the project, I was given a list of components/packages to install that included Bower, Ruby, Sass, Grunt, MySQL and Redis. Further components included installing node-gyp, node-canvas, Python 2.7 and Microsoft Build Tools
(Link: https://github.com/Automattic/node-canvas/wiki/Installation---Windows ).
After installing all the dependencies, I keep getting an error message :
c1xx : fatal error C1083: Cannot open source file: '..\src\binding.cc': No such file or directory [C:\myeffect\build\binding.vcxproj]
I've done everything I could to resolve the error, re-installed everything, added PATH to python on the System Variables, EVERYTHING.
But the error keeps coming. Please someone Help me what to do.
you can try it, i solved it.
create C:\myeffect\src\binding.cc。 bingd.cc file is empty file。

Cordova build fails with file not found, but file exists

C:\Users\jamiller\Desktop\magicCarpetApp\platforms\windows8\cordova\lib>ls
WindowsStoreAppUtils build.js clean.js deploy.js log.js target-list.js
C:\Users\jamiller\Desktop\magicCarpetApp\platforms\windows8\cordova\lib>cordova build windows8
Running command: C:\Users\jamiller\Desktop\magicCarpetApp\platforms\windows8\cordova\build.bat
Building Cordova Windows 8 Project:
Configuration : Debug
Directory : C:\Users\jamiller\Desktop\magicCarpetApp\platforms\windows8
C:\Users\jamiller\Desktop\magicCarpetApp\platforms\windows8\cordova\lib\build.js(57, 5) WshShell.Exec: The system cannot find the file specified.
Anyone have any idea what's going on? It's failing on an error saying that build.js doesn't exist, but it clearly does. The permissions on it are fine as well and I should have full access to it.

Error in installing/ running serialport in node.js

Have been trying to installing/ running 'serialport' on Node.js but it fails.
First I tried installing the current version 0.7.3 and it fails with the following errors
Waf: Leaving directory `/home/anand/node/node_modules/serialport/serialport_native/build'
'build' finished successfully (0.237s)
cp: cannot stat `build/Release/serialport_native.node': No such file or directory
Next I tried installing version 0.6.7. It installs correctly but when I try to run the examples I get the following error
Error: Unable to load shared library /home/anand/node/node_modules/serialport/serialport_native.node
I have checked that the library exists and has read/write/execute permissions.
I have also checked with different versions of Node including 0.6.4, 0.6.10

Resources