intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
160 stars 42 forks source link

Some npm scripts doesn't work in Windows #512

Open Wenzhao-Xiang opened 5 years ago

Wenzhao-Xiang commented 5 years ago

In windows with intel network, things can work only when closing the proxy, or intel security will block it. But If I close proxy, posenet can't get model with HttpsRequest. I tried intranet_ip, and image demo works. But camera can't be opened by this ip.

pinzhenx commented 5 years ago

We've known that not all npm commands are supported on Windows, such as setting environment variables in a *nix way NODE_ENV=production npm run build.

Will add support for Windows later but don't have a definite plan now.