You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected]
npm info using [email protected]```
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: