Created
March 5, 2018 19:47
-
-
Save piscisaureus/4ec2e6d89bb7a7f2f4eb84abeaf7a82e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\BertBelder\d\x>npm install propel | |
npm notice created a lockfile as package-lock.json. You should commit this file. | |
npm WARN [email protected] No description | |
npm WARN [email protected] No repository field. | |
+ [email protected] | |
added 1 package in 0.422s | |
C:\Users\BertBelder\d\x>node -e "require('propel')" | |
Using DL backend. | |
C:\Users\BertBelder\d\x>npm install propel_windows | |
npm WARN [email protected] No description | |
npm WARN [email protected] No repository field. | |
+ [email protected] | |
added 1 package in 1.078s | |
C:\Users\BertBelder\d\x>node -e "require('propel')" | |
2018-03-05 20:44:39.103963: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2 | |
Using TF backend. | |
(node:9752) Warning: N-API is an experimental feature and could change at any time. | |
C:\Users\BertBelder\d\x> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment