I am trying to install client and server experience builder 1.5 in my host but when I type npm ci in prompt, it stop with
what's the problem ?
I use node v 16.2.0 under windows 10
Thanks for your help
@LionelGOUBET You can try to manually install a global node-gyp, in fact, the node version recommended for exv dev 1.5 is node14
@TonghuiMing -Hi, I have to launch the command prompt conosle with no administrator right and this time it ends but I have this error :
\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client>nvm use 16.2.0Now using node v16.2.0 (64-bit)\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client>nvm list17.0.1* 16.2.0 (Currently using 64-bit executable)8.9.46.11.4\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client>npm cinpm ERR! code 1npm ERR! path \ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-sassnpm ERR! command failednpm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node scripts/build.jsnpm ERR! Building: C:\Program Files\nodejs\node.exe \ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=npm ERR! gyp info it worked if it ends with oknpm ERR! gyp verb cli [npm ERR! gyp verb cli 'C:\\Program Files\\nodejs\\node.exe',npm ERR! gyp verb cli 'D:\\ESRI\\arcgis-experience-builder-1.5\\ArcGISExperienceBuilder\\client\\node_modules\\node-gyp\\bin\\node-gyp.js',npm ERR! gyp verb cli 'rebuild',npm ERR! gyp verb cli '--verbose',npm ERR! gyp verb cli '--libsass_ext=',npm ERR! gyp verb cli '--libsass_cflags=',npm ERR! gyp verb cli '--libsass_ldflags=',npm ERR! gyp verb cli '--libsass_library='npm ERR! gyp verb cli ]npm ERR! gyp info using node-gyp@7.1.2npm ERR! gyp info using node@16.2.0 | win32 | x64npm ERR! gyp verb command rebuild []npm ERR! gyp verb command clean []npm ERR! gyp verb clean removing "build" directorynpm ERR! gyp verb command configure []npm ERR! gyp verb find Python Python is not set from command line or npm configurationnpm ERR! gyp verb find Python Python is not set from environment variable PYTHONnpm ERR! gyp verb find Python checking if "python3" can be usednpm ERR! gyp verb find Python - executing "python3" to get executable pathnpm ERR! gyp verb find Python - "python3" is not in PATH or produced an errornpm ERR! gyp verb find Python checking if "python" can be usednpm ERR! gyp verb find Python - executing "python" to get executable pathnpm ERR! gyp verb find Python - "python" is not in PATH or produced an errornpm ERR! gyp verb find Python checking if "python2" can be usednpm ERR! gyp verb find Python - executing "python2" to get executable pathnpm ERR! gyp verb find Python - "python2" is not in PATH or produced an errornpm ERR! gyp verb find Python checking if Python is C:\Python37\python.exenpm ERR! gyp verb find Python - executing "C:\Python37\python.exe" to get versionnpm ERR! gyp verb find Python - "C:\Python37\python.exe" could not be runnpm ERR! gyp verb find Python checking if Python is C:\Python27\python.exenpm ERR! gyp verb find Python - executing "C:\Python27\python.exe" to get versionnpm ERR! gyp verb find Python - "C:\Python27\python.exe" could not be runnpm ERR! gyp verb find Python checking if the py launcher can be used to find Pythonnpm ERR! gyp verb find Python - executing "py.exe" to get Python executable pathnpm ERR! gyp verb find Python - "py.exe" is not in PATH or produced an errornpm ERR! gyp ERR! find Pythonnpm ERR! gyp ERR! find Python Python is not set from command line or npm configurationnpm ERR! gyp ERR! find Python Python is not set from environment variable PYTHONnpm ERR! gyp ERR! find Python checking if "python3" can be usednpm ERR! gyp ERR! find Python - "python3" is not in PATH or produced an errornpm ERR! gyp ERR! find Python checking if "python" can be usednpm ERR! gyp ERR! find Python - "python" is not in PATH or produced an errornpm ERR! gyp ERR! find Python checking if "python2" can be usednpm ERR! gyp ERR! find Python - "python2" is not in PATH or produced an errornpm ERR! gyp ERR! find Python checking if Python is C:\Python37\python.exenpm ERR! gyp ERR! find Python - "C:\Python37\python.exe" could not be runnpm ERR! gyp ERR! find Python checking if Python is C:\Python27\python.exenpm ERR! gyp ERR! find Python - "C:\Python27\python.exe" could not be runnpm ERR! gyp ERR! find Python checking if the py launcher can be used to find Pythonnpm ERR! gyp ERR! find Python - "py.exe" is not in PATH or produced an errornpm ERR! gyp ERR! find Pythonnpm ERR! gyp ERR! find Python **********************************************************npm ERR! gyp ERR! find Python You need to install the latest version of Python.npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,npm ERR! gyp ERR! find Python you can try one of the following options:npm ERR! gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe"npm ERR! gyp ERR! find Python (accepted by both node-gyp and npm)npm ERR! gyp ERR! find Python - Set the environment variable PYTHONnpm ERR! gyp ERR! find Python - Set the npm configuration variable python:npm ERR! gyp ERR! find Python npm config set python "C:\Path\To\python.exe"npm ERR! gyp ERR! find Python For more information consult the documentation at:npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installationnpm ERR! gyp ERR! find Python **********************************************************npm ERR! gyp ERR! find Pythonnpm ERR! gyp ERR! configure errornpm ERR! gyp ERR! stack Error: Could not find any Python installation to usenpm ERR! gyp ERR! stack at PythonFinder.fail (D:\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-gyp\lib\find-python.js:302:47)npm ERR! gyp ERR! stack at PythonFinder.runChecks (D:\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-gyp\lib\find-python.js:136:21)npm ERR! gyp ERR! stack at PythonFinder.<anonymous> (D:\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-gyp\lib\find-python.js:200:18)npm ERR! gyp ERR! stack at PythonFinder.execFileCallback (D:\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-gyp\lib\find-python.js:266:16)npm ERR! gyp ERR! stack at exithandler (node:child_process:333:5)npm ERR! gyp ERR! stack at ChildProcess.errorhandler (node:child_process:345:5)npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:365:28)npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)npm ERR! gyp ERR! stack at onErrorNT (node:internal/child_process:480:16)npm ERR! gyp ERR! stack at processTicksAndRejections (node:internal/process/task_queues:83:21)npm ERR! gyp ERR! System Windows_NT 10.0.19043npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "D:\\ESRI\\arcgis-experience-builder-1.5\\ArcGISExperienceBuilder\\client\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="npm ERR! gyp ERR! cwd \ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-sassnpm ERR! gyp ERR! node -v v16.2.0npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! Build failed with error code: 1
\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client>nvm use 16.2.0Now using node v16.2.0 (64-bit)
\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client>nvm list
17.0.1* 16.2.0 (Currently using 64-bit executable)8.9.46.11.4
\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client>npm cinpm ERR! code 1npm ERR! path \ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-sassnpm ERR! command failednpm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node scripts/build.jsnpm ERR! Building: C:\Program Files\nodejs\node.exe \ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=npm ERR! gyp info it worked if it ends with oknpm ERR! gyp verb cli [npm ERR! gyp verb cli 'C:\\Program Files\\nodejs\\node.exe',npm ERR! gyp verb cli 'D:\\ESRI\\arcgis-experience-builder-1.5\\ArcGISExperienceBuilder\\client\\node_modules\\node-gyp\\bin\\node-gyp.js',npm ERR! gyp verb cli 'rebuild',npm ERR! gyp verb cli '--verbose',npm ERR! gyp verb cli '--libsass_ext=',npm ERR! gyp verb cli '--libsass_cflags=',npm ERR! gyp verb cli '--libsass_ldflags=',npm ERR! gyp verb cli '--libsass_library='npm ERR! gyp verb cli ]npm ERR! gyp info using node-gyp@7.1.2npm ERR! gyp info using node@16.2.0 | win32 | x64npm ERR! gyp verb command rebuild []npm ERR! gyp verb command clean []npm ERR! gyp verb clean removing "build" directorynpm ERR! gyp verb command configure []npm ERR! gyp verb find Python Python is not set from command line or npm configurationnpm ERR! gyp verb find Python Python is not set from environment variable PYTHONnpm ERR! gyp verb find Python checking if "python3" can be usednpm ERR! gyp verb find Python - executing "python3" to get executable pathnpm ERR! gyp verb find Python - "python3" is not in PATH or produced an errornpm ERR! gyp verb find Python checking if "python" can be usednpm ERR! gyp verb find Python - executing "python" to get executable pathnpm ERR! gyp verb find Python - "python" is not in PATH or produced an errornpm ERR! gyp verb find Python checking if "python2" can be usednpm ERR! gyp verb find Python - executing "python2" to get executable pathnpm ERR! gyp verb find Python - "python2" is not in PATH or produced an errornpm ERR! gyp verb find Python checking if Python is C:\Python37\python.exenpm ERR! gyp verb find Python - executing "C:\Python37\python.exe" to get versionnpm ERR! gyp verb find Python - "C:\Python37\python.exe" could not be runnpm ERR! gyp verb find Python checking if Python is C:\Python27\python.exenpm ERR! gyp verb find Python - executing "C:\Python27\python.exe" to get versionnpm ERR! gyp verb find Python - "C:\Python27\python.exe" could not be runnpm ERR! gyp verb find Python checking if the py launcher can be used to find Pythonnpm ERR! gyp verb find Python - executing "py.exe" to get Python executable pathnpm ERR! gyp verb find Python - "py.exe" is not in PATH or produced an errornpm ERR! gyp ERR! find Pythonnpm ERR! gyp ERR! find Python Python is not set from command line or npm configurationnpm ERR! gyp ERR! find Python Python is not set from environment variable PYTHONnpm ERR! gyp ERR! find Python checking if "python3" can be usednpm ERR! gyp ERR! find Python - "python3" is not in PATH or produced an errornpm ERR! gyp ERR! find Python checking if "python" can be usednpm ERR! gyp ERR! find Python - "python" is not in PATH or produced an errornpm ERR! gyp ERR! find Python checking if "python2" can be usednpm ERR! gyp ERR! find Python - "python2" is not in PATH or produced an errornpm ERR! gyp ERR! find Python checking if Python is C:\Python37\python.exenpm ERR! gyp ERR! find Python - "C:\Python37\python.exe" could not be runnpm ERR! gyp ERR! find Python checking if Python is C:\Python27\python.exenpm ERR! gyp ERR! find Python - "C:\Python27\python.exe" could not be runnpm ERR! gyp ERR! find Python checking if the py launcher can be used to find Pythonnpm ERR! gyp ERR! find Python - "py.exe" is not in PATH or produced an errornpm ERR! gyp ERR! find Pythonnpm ERR! gyp ERR! find Python **********************************************************npm ERR! gyp ERR! find Python You need to install the latest version of Python.npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,npm ERR! gyp ERR! find Python you can try one of the following options:npm ERR! gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe"npm ERR! gyp ERR! find Python (accepted by both node-gyp and npm)npm ERR! gyp ERR! find Python - Set the environment variable PYTHONnpm ERR! gyp ERR! find Python - Set the npm configuration variable python:npm ERR! gyp ERR! find Python npm config set python "C:\Path\To\python.exe"npm ERR! gyp ERR! find Python For more information consult the documentation at:npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installationnpm ERR! gyp ERR! find Python **********************************************************npm ERR! gyp ERR! find Pythonnpm ERR! gyp ERR! configure errornpm ERR! gyp ERR! stack Error: Could not find any Python installation to usenpm ERR! gyp ERR! stack at PythonFinder.fail (D:\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-gyp\lib\find-python.js:302:47)npm ERR! gyp ERR! stack at PythonFinder.runChecks (D:\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-gyp\lib\find-python.js:136:21)npm ERR! gyp ERR! stack at PythonFinder.<anonymous> (D:\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-gyp\lib\find-python.js:200:18)npm ERR! gyp ERR! stack at PythonFinder.execFileCallback (D:\ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-gyp\lib\find-python.js:266:16)npm ERR! gyp ERR! stack at exithandler (node:child_process:333:5)npm ERR! gyp ERR! stack at ChildProcess.errorhandler (node:child_process:345:5)npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:365:28)npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)npm ERR! gyp ERR! stack at onErrorNT (node:internal/child_process:480:16)npm ERR! gyp ERR! stack at processTicksAndRejections (node:internal/process/task_queues:83:21)npm ERR! gyp ERR! System Windows_NT 10.0.19043npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "D:\\ESRI\\arcgis-experience-builder-1.5\\ArcGISExperienceBuilder\\client\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="npm ERR! gyp ERR! cwd \ESRI\arcgis-experience-builder-1.5\ArcGISExperienceBuilder\client\node_modules\node-sassnpm ERR! gyp ERR! node -v v16.2.0npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! Build failed with error code: 1
Apparently I have to make npm config set python "C:\Path\To\python.exe" but what the consequences ?
Thanks
@LionelGOUBET - Has this been resolved yet? Our team tried using node v16 with dev 1.5 in Win10, and it works fine. Not sure if something else like the browser could affect this - Is there more background information for our reference?
FYI - refer to the recommended node.js versions for each dev edition version: https://developers.arcgis.com/experience-builder/guide/release-versions/
ok it works with reboot and add rights in directory
but the client doesn't work
I'm going to try manually ...
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.