We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im getting this error
Error: Cannot find module './storage/meta.json'
I set the cache dir to the storage folder int the CWD
cacheDirectory: './storage'
Here's the line:
npm_lazy/util/ls.js
Line 4 in 78a9d15
So I have to set this in the config:
cacheDirectory: path.resolve(process.cwd(), './storage/'+process.env.ID),
Not a big deal just want to document it here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Im getting this error
I set the cache dir to the storage folder int the CWD
Here's the line:
npm_lazy/util/ls.js
Line 4 in 78a9d15
So I have to set this in the config:
Not a big deal just want to document it here.
The text was updated successfully, but these errors were encountered: