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
{{ message }}
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
fix: resolve opencv version when running under npm 7
npm 7 removes the npm_package_* environment variables, so the version needs to be obtained by
requiring the package.json and pulling from that
This also add --no-save to the npm install command so that the package isn't added to the top level
package.json
Closes #9
0 commit comments