Closed Kennytian closed 3 years ago
@Kennytian What is nest build?
OK, I'm trying to pin down if nest is related to your issue or not. If you create a file with the contents require('fs-extra')
, and run it with node <file>
, do you get an error in your environment?
Thank you for your fast reply, today it’s too late (11:40 PM in China), I will provide more details error message at tomorrow. Thanks again
@RyanZim Thanks RyanZim, it's my fault and find really reason, CI login my server use /usr/bin/node
,this node runtime is 'v8.10.0', so i update my CI script, add export PATH="/root/.nvm/versions/node/v14.15.4/bin:$PATH"
, fs-extra is working.
fs-extra
version: fs-extra@9.0.1My Node runtime version is v14.15.1 and v14.15.4, got same issue