ModusCreateOrg / ModusCreateOrg/gimbal
Unable to install gimbal
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 116
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
When I try to install gimbal globally by using the command npm install --global @modus/gimbal getting the below error.
npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm ERR! code E404
npm ERR! 404
npm ERR! 404 '@modus/gimbal-core@1.2.6' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of '@modus/gimbal'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by reproducing npm install --global @modus/gimbal and inspect the package metadata and publishing setup for the missing @modus/gimbal-core@1.2.6 dependency. Done means the global install completes without the npm E404 error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100