-
Notifications
You must be signed in to change notification settings - Fork 10
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
Debian Bullseye Harrogate Errors #113
Comments
I was running commands with && so I didn't realize this until now, but these errors occur even when installing individual packages like:
I believe I've seen a similar issue before. I recall there being an issue with installing npm through Aptitude, so my next step is to try to install npm through whatever the official documentation suggests. The behavior above makes me think this is a problem with npm itself and not harrogate |
Attempt 1:
-same error- |
I did not change anything from my last comment, but today it is working. I'm going to leave this open until I do another pass through of the build a wombat recipe so I can be certain that this is how we want to do it. |
I've been past that last error. These are the versions that I have npm install working on:
Now I am getting the following error (after having to fix the package.json to update bufferutil and utf-8-validate to latest): See Error
Adding graceful-fs to the package.json and npm installing manually doesn't seem to have any effect. |
Potential Solution:fs is not a valid package anymore, so we should replace it with an fs alternative like graceful-fs Replace references to fs.js with graceful-fs equivalent: Files Affected: |
I don't have much information as to why this is happening yet, but this is the next roadblock to getting harrogate working on a fresh image of RPiOS.
See Errors
The text was updated successfully, but these errors were encountered: