apache / apache/openwhisk-client-js
Error occurs in typescript project
Open
- Dominant language
- JavaScript
- Stars
- 84
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
Using this in typescript project occurs error:
```
main.d.ts: Cannot find module 'swagger-schema-official'
```

I guess It is because swagger-schema-official is a devdependency of openwhisk, and `npm install` doesn't install the devdependencies of the dependencies.
Are there any ways to solve the error or I should just ignore it?
Contributor guide
Assessment
This issue has not been assessed yet.