new-space fails locally with Node 20.4.0, NPM 9.8.0 #84
Labels
No labels
bug
dependencies
documentation
duplicate
extension
feature request
fixed
frontend
good first issue
help wanted
improvement
invalid
investigating
javascript
planned
question
released
server
wontfix
work in progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sofa/webcrate#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary: Can't run
new-spacebranch (63cf695923) locally (with Node 20.4.0, NPM 9.8.0). (But, it seems to run well on Deta.Space.)🐞 Describe the bug
Hi Maximilian or friend,
Thank you for Deta & WebCrate. Looking forward to using them & contributing.
Environment: Current Manjaro (stable Arch, x64) Linux (current stable kernel
6.3.5-2), Node20.4.0, NPM9.8.0(installed vianvm). (All the below is running not as root/via sudo, but as an ordinary user.)FIRST: (but potentially unrelated): Instead of
space devI've triednpm run build. That complained about needingrimraf. So I've installed it withnpm install rimraf.FYI: That reports: 78 vulnerabilities (51 moderate, 25 high, 2 critical).
SECOND:
THIRD: on Deta.Space:
Please, shed some light. Node/NPM is outside of my expertise, but wherever I can, I'll contribute, I'll update docs...
Thank you in advance for any tips on developing locally.
UPDATE:
After applying steps from https://github.com/WebCrateApp/webcrate/blob/master/CONTRIBUTING.md: