-
1. Created a fresh compound project:
```
$ compound init test
$ cd test
$ npm install
$ npm install --save co-client
```
2. Edited config/autoload.js:
`
var def…
-
- [x] I'd be willing to implement this feature
- [ ] This feature can already be implemented through a plugin
**Describe the user story**
I believe the best user story are the comments in this …
-
It seems that the default behavior of `version` function (which reads the version from `package.json` is wrong for monorepos. It reads the `package.json` in the root of the monorepo, which is not corr…
-
Should be similar process to https://github.com/scaife-viewer/beyond-translation-site/issues/148:
- Get Codespaces instructions into README.md
- Work with @pletcher make sure that there is enough …
-
a la hora de ejecutar npm install, aparece el siguiente error:
al final aparece el siguiente mensaje
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compa…
-
In order to reduce the amount of dependencies needed to build the project we want to switch to NPM as soon as it introduces support for workspaces (see this announcement [blog post](https://blog.npmjs…
-
## Current Behavior
When we have peer dependency on local package npm bootstrap fails. It basically tried to download the package instead of symlinking local package.
```
D:\Git\lerna-peer-de…
-
# Javascript
## Frond-end framework
- React
- Angular
- Vue.js
- Svelte
- Preact
- Ember
- Lit
- Alpine.js
- Solid
- Stimulus
## Back-end
- Express
- Next.js
- Gatsby
- Nuxt
- Nest…
-
We want the example code to be as close to what users would write. This means we should have it run against the published npm packages.
So the example directory should manage its own yarn workspace…
-
## Motivation ("The Why")
There are many tools to manage multiple NPM packages in a concise and user friendly way. For a long time the front runner for those were [Lerna](https://github.com/lerna/l…