FGRibreau / FGRibreau/join-events
Issue with yarn
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to remove the engine requirement on the package.json file?
I encountred an issue using yarn, throwing the following error
`error join-events@1.0.6: The engine "node" is incompatible with this module. Expected version "6.3".`
It seems that it's a common issue: cf
https://github.com/Azure/azure-sdk-for-node/issues/1935
Contributor guide
No contributing guide indexed for this repository
Research direction
Open package.json and inspect the engine requirement that Yarn rejects for Node 6.3. Check whether removing or adjusting that field resolves installation with Yarn, then verify the package still installs successfully without the engine error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100