Hello Everyone,
I´m trying to do the Blueprint Tutorial( Creating blueprints with Confluence Connect ), but can´t install the dependencies.
The “Getting started” tutorial and the “hello world” example are working without any problem but if i want to do the blueprint example it wont work. I followed the steps as descriped but got stuck at the installation of the dependencies.
Here is the Error text i get after i try npm install :
C:\Users\DR\confluence-multipage-blueprint-example\node_modules\ngrok
npm ERR! command failed
npm ERR! command C:\windows\system32\cmd.exe /d /s /c node ./postinstall.js
npm ERR! ngrok - downloading binary https://bin.equinox.io/a/chRZWPptE7w/ngrok-2.1.1-windows-amd64.zip ...
npm ERR! ngrok - binary downloaded...
npm ERR! ngrok - error unpacking binary Error: You cannot extract a file outside of the target path
npm ERR! at C:\Users\DR\confluence-multipage-blueprint-example\node_modules\decompress-zip\lib\decompress-zip.js:95:21
npm ERR! at Array.map (<anonymous>)
npm ERR! at C:\Users\DR\confluence-multipage-blueprint-example\node_modules\decompress-zip\lib\decompress-zip.js:91:25
npm ERR! at _fulfilled (C:\Users\DR\confluence-multipage-blueprint-example\node_modules\q\q.js:854:54)
npm ERR! at C:\Users\DR\confluence-multipage-blueprint-example\node_modules\q\q.js:883:30
npm ERR! at Promise.promise.promiseDispatch (C:\Users\DR\confluence-multipage-blueprint-example\node_modules\q\q.js:816:13)
npm ERR! at C:\Users\DR\confluence-multipage-blueprint-example\node_modules\q\q.js:624:44
npm ERR! at runSingle (C:\Users\DR\confluence-multipage-blueprint-example\node_modules\q\q.js:137:13)
npm ERR! at flush (C:\Users\DR\confluence-multipage-blueprint-example\node_modules\q\q.js:125:13)
npm ERR! at processTicksAndRejections (node:internal/process/task_queues:78:11)
Here are the versions i use :
- npm : 8.1.0
- node : 16.13.0
Thanks for considering my request. I’m looking forward to your reply.