entropic-dev / entropic-dev/entropic

Failed to create package: Cannot modify packages for remote host "entropic.dev"

Open
#124 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
5.2k
Forks
147
PR merge metrics
No merged PRs in 30d

Description

I know it’s early days and probably I’ve missed something obvious. I’ll also try to understand the reason myself and update the issue as I do. But I thought others might run into the same problem so why not create it for everyone to track.

Here is what I did

- [x] successfully installed the CLI
- [x] successfully logged in using my GitHub account `@gr2m`
- [x] created a new folder with a `Package.toml` and an `index.js`

```toml
name = "gr2m@entropic.dev/gr2m"
version = "1.0.0"
```

```js
module.exports = () => {
console.log('It me, @gr2m!')
}
```
- [ ] I get an error when running `ds publish` in the same folder

```shel
$ ds publish
ERR! Failed to create package:
ERR! Cannot modify packages for remote host "entropic.dev"
```

Any pointers much appreciated

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.