Closed tauraloke closed 2 years ago
Similar issue for me.
I got a node application using @tensorflow/tsjf-node@3.18.0 which suddenly stopped creating the dist
directory during npm install
. Worked yesterday without problems. Updating to @3.20.0 or @3.21.0 didn't work. Neither version creates the dist
folder for me.
Some more infos about my application:
"@tensorflow/tfjs": "^3.18.0",
and "@tensorflow/tfjs-node": "^3.18.0",
as regular dependenciesnpm install
is run inside the container to install dependencies from package.jsonnode_modules/@tensorflow/tfjs-node/dist
folder created at allAs at today I got this issue which is very similar to the above issue described. error:
Sorry about this. There's likely a bug with the publishing script. I've published 3.21.1 with the dist/
folder and deprecated @tensorflow/tfjs-node 3.21.0.
Closing as 3.21.1 is published.
Sorry about this. There's likely a bug with the publishing script. I've published 3.21.1 with the
dist/
folder and deprecated @tensorflow/tfjs-node 3.21.0.
Thank you!
System information
Describe the problem Installation doesn't make
dist
folder (without any error messages). Downgrading to@tensorflow/tfjs-node@3.20.0
is makingdist
folder correctly in the same environment.Provide the exact sequence of commands / steps that you executed before running into the problem
Expected result:
bash: ./node_modules/@tensorflow/tfjs-node/dist: No such file or directory
Any other info / logs
Log example without any problems: