watson-developer-cloud / node-sdk

:comet: Node.js library to access IBM Watson services.
https://www.npmjs.com/package/ibm-watson
Apache License 2.0
1.48k stars 669 forks source link

Update v2.ts #1214

Open elrumo opened 8 months ago

elrumo commented 8 months ago

There was a missing '.ts' when importing lib/common, which gave a 'Cannot find module' when using the NPM package in a Nuxt 3 Vite. This solves the issue.

Checklist
New version_date Checklist
CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.

apaparazzi0329 commented 8 months ago

Can you send a link to an example Nuxt 3 Vite repo or tutorial you are using that is causing this problem