btholt / btholt/complete-intro-to-react-v9
Unable to npm install anything from the api.
- Dominant language
- JavaScript
- Stars
- 770
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
Not sure what the issue is, but I get a bunch of deprecation warnings then a bunch of npm errors and then nothing installs.
Here is the first few that probably cause all the rest:
npm error code 1
npm error path /Users/cory/Code/Html/fem-course/api/node_modules/sqlite3
npm error command failed
npm error command sh -c prebuild-install -r napi || node-gyp rebuild
npm error prebuild-install warn This package does not support N-API version undefined
npm error prebuild-install warn install No prebuilt binaries found (target=undefined runtime=napi arch=arm64 libc= platform=darwin)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the failure with npm install in the api directory and inspect the sqlite3 prebuild-install and node-gyp output shown in the report. Determine why no compatible prebuilt binary is found on macOS arm64, then verify that the API dependencies install successfully without the reported errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, sqlite
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100