We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
camera-controller.ts
On "ng-build", Getting the Following Error in the File where Camera has been imported from "web-gphoto2"
node_modules/web-gphoto2/package.json
Node JS - v14.18.2
package.json
"@types/emscripten": "^1.39.10" "typescript": "~4.6.4" "web-gphoto2": "^0.4.1"
tsconfig.json
Please do help on how to resolve this issue!
The text was updated successfully, but these errors were encountered:
@icheered @RReverser
Hope you 're doing good! Could you please help on Resolving this NPM Build Error!
Sorry, something went wrong.
In package.json, "exports" Field has to be corrected up in the following manner.
"exports": { ".": { "types": "./build/camera.d.ts", "node": "./build/camera.js", "require": "./build/camera.js", "import": "./build/camera.js", "default": "./build/camera.js" } }
No branches or pull requests
camera-controller.ts
On "ng-build",
Getting the Following Error in the File where Camera has been imported from "web-gphoto2"
node_modules/web-gphoto2/package.json
Node JS - v14.18.2
package.json
"@types/emscripten": "^1.39.10"
"typescript": "~4.6.4"
"web-gphoto2": "^0.4.1"
tsconfig.json
Please do help on how to resolve this issue!
The text was updated successfully, but these errors were encountered: