Closed asheb closed 6 years ago
When added to a project with npm i -S ml there is only src directory inside node_modules/ml. So there's no way to use the minified version directly.
npm i -S ml
src
node_modules/ml
When added to a project with
npm i -S ml
there is onlysrc
directory insidenode_modules/ml
. So there's no way to use the minified version directly.