Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Can't install on Windows #1033

Open
jeffmaury opened this issue Jun 28, 2018 · 4 comments
Open

Can't install on Windows #1033

jeffmaury opened this issue Jun 28, 2018 · 4 comments

Comments

@jeffmaury
Copy link

I tried to install on Windows and got the following error:

> @ibm-functions/[email protected] postinstall C:\Users\JeffMAURY\AppData\Roaming\npm\node_modules\@ibm-functions\shell
> node bin/install.js


Downloading IBM-Cloud-Functions.zip
[============================================>] 100.0% of 77.87 MB (824.06 kB/s)
Extracting...{ Error: EISDIR: illegal operation on a directory, open 'C:\Users\JeffMAURY\AppData\Roaming\npm\node_modules\@ibm-functions\shell\dist\IBM Cloud Shell-win32-x64'
    at Error (native)
  errno: -4068,
  code: 'EISDIR',
  syscall: 'open',
  path: 'C:\\Users\\JeffMAURY\\AppData\\Roaming\\npm\\node_modules\\@ibm-functions\\shell\\dist\\IBM Cloud Shell-win32-x64' }
npm ERR! Windows_NT 10.0.17134
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "@ibm-functions/shell" "--unsafe-perm=true"
npm ERR! node v6.11.3
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
@starpit
Copy link
Member

starpit commented Jun 29, 2018

thanks for the bug report; until we resolve this issue, you could try downloading a platform release directly from here: https://github.com/ibm-functions/shell/releases

@nasroht
Copy link

nasroht commented Jul 18, 2018

You need to install using: npm install -g @ibm-functions/[email protected] this is the release before it broke. Using fsh version -u to perform upgrade is also broken currently

@whitetigle
Copy link

whitetigle commented Oct 31, 2018

[edit] Same problem here. Any news? Thanks!
Binaries work. Thanks!

@starpit
Copy link
Member

starpit commented Nov 13, 2018

awesome to hear. if all goes well, we should have a major update coming in the near future. thanks for the feedback!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

4 participants