-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
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
Why do i have Dependency not found fs/promises #316
Comments
It probably isn't there in the version of A cursory search leads to this: SAP-samples/hana-developer-cli-tool-example#57 Where it was due to an incorrect node version. Let me know if this isn't the case, else will close the issue soon. |
Funny because all I did was clone, yarn and yarn build... I see on the
package.json engine version node 16.13.1 and yarn 1.22.17
So what am I not doing to get the build running?
…On Wed, 19 Jan 2022, 7:49 am Alan, ***@***.***> wrote:
It probably isn't there in the version of node you are using (FB requires
v16.13.1)
A cursory search leads to this:
SAP-samples/hana-developer-cli-tool-example#57
<SAP-samples/hana-developer-cli-tool-example#57>
Where it was due to an incorrect node version.
—
Reply to this email directly, view it on GitHub
<#316 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE3TWYUZTOYIJ7QT54STK6TUWZNIBANCNFSM5MJABUBQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
What's the output you get on running: node --version |
I did get that too... :) but when doing yarn build returns the error on babel and cache-loader This dependency was not found:
|
I have done following process: 1 Deleted the node_modules directory & yarn.lock files After all did yarn build and was Ok. |
Changing to Does this link and serve flow (#315) work for you? |
So far no other bugs regarding to using 'fs' but of course will check... But of course during the week will give a try following that and see if fs or fs/promises throws bugs. |
Ah alright; if you get the time, do check once (and let me know) whether that sequence of steps runs without any issues. One of the changes that may cause an issue is switching But since build and publish scripts (CI/CD) are running without issues I'm assuming everything's alright. Closing since you have resolved the issue using |
For sure I will.. Regarding sqlite3 I had to create a windows 8.1 and
compile from there to skip the sqlite3 error of not being a 32bit
application...
…On Thu, 20 Jan 2022, 7:10 am Alan, ***@***.***> wrote:
Ah alright; if you get the time, do check once (and let me know) whether
that sequence of steps runs without any issues. One of the changes that may
cause an issue is switching sqlite3 to the vscode fork.
But since build and publish scripts (CI/CD) are running without issues I'm
assuming everything's alright.
Closing since you have resolved the issue using npm
—
Reply to this email directly, view it on GitHub
<#316 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE3TWYQ2J55ZLWZAC6P72KTUW6ROLANCNFSM5MJABUBQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi,
After cloning a fresh Books from source and going through #264
In which i have done yarn upgrade frappejs and was working...
Now when doing yarn build returns the below error!
The text was updated successfully, but these errors were encountered: