Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install on Windows 7 #114

Open
bengalaviz opened this issue Jul 18, 2018 · 1 comment
Open

Can't install on Windows 7 #114

bengalaviz opened this issue Jul 18, 2018 · 1 comment

Comments

@bengalaviz
Copy link

bengalaviz commented Jul 18, 2018

I've been trying to install apiconnect. Getting the error

npm verb stack Error: ENOENT: no such file or directory, open 'D:\Development\npm\node_modules\.staging\microgateway-b06b2971\test\definitions\assembly\climbingweather-missingbasepath:2.0.0.yaml'

When the package is sent to my .staging folder, the ":" in the file name is changed to a "_". So the apiconnect package never installs because Windows does not allow a ":" in the file name. Any suggestions on how to fix this?

npm verb cli [ 'C:\\Program Files\\nodejs\\node.exe',
npm verb cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
npm verb cli   '-verbose',
npm verb cli   'install',
npm verb cli   '-g',
npm verb cli   'apiconnect' ]
npm info using npm@3.10.10
npm info using node@v6.14.3```
@backtosource
Copy link

Same problem here:

error: invalid path 'test/definitions/assembly/climbingweather-missingbasepath:2.0.0.yaml'
fatal: unable to checkout working tree

A colon ":" is not a valid character on Windows filesystems. Please fix this. Node.js is not only for Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants