We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For example: to set up the Electron.js example of Image Classification using webnn-native:
cd webnn-native/node/examples/electron/image_classification
npm install --webnn_native_lib_path="../out/Release"
If you fail to do npm install due to the proxy error, try with the command line as below (replace **** with your proxy):
npm install
****
npx cross-env ELECTRON_GET_USE_PROXY=true GLOBAL_AGENT_HTTPS_PROXY=**** GLOBAL_AGENT_HTTP_PROXY=**** npm install --webnn_native_lib_path="../out/Release"