Closed Coudnet closed 1 year ago
@Coudnet
Hi, I'm having some trouble installing "devDependencies" from the root of the project, can you tell me your environment versions, I'd like to test your solution locally.
(base) β bem-react git:(issue-621) node -v
v18.12.1
(base) β bem-react git:(issue-621) lerna -v
5.6.2
(base) β bem-react git:(issue-621) npm run bootstrap
> bootstrap
> lerna bootstrap --no-ci
lerna notice cli v5.6.2
lerna info versioning independent
lerna info Bootstrapping 7 packages
lerna info Installing external dependencies
lerna info Symlinking packages and binaries
lerna info lifecycle @bem-react/pack@1.6.0~prepare: @bem-react/pack@1.6.0
> @bem-react/pack@1.6.0 prepare /Users/user/Desktop/bem-react/packages/pack
> npm run build:manifest
(##################) β prepare: sill lifecycle No script for "prepare" in "@bem-react/core", continuing
> @bem-react/pack@1.6.0 build:manifest
> oclif-dev manifest
wrote manifest to /Users/user/Desktop/bem-react/packages/pack/oclif.manifest.json
lerna success Bootstrapped 7 packages
(base) β bem-react git:(issue-621) cd node_modules
(base) β node_modules git:(issue-621) ls -la
total 0
drwxr-xr-x 3 user staff 96 22 Π½ΠΎΡ 12:53 .
drwxr-xr-x 25 user staff 800 23 Π½ΠΎΡ 13:48 ..
drwxr-xr-x 3 user staff 96 22 Π½ΠΎΡ 12:53 .cache
(base) β node_modules git:(issue-621)
@yarastqt so, can we publish it? π
I'll review and publish it (just need few more days).
@Coudnet
Hi, I'm having some trouble installing "devDependencies" from the root of the project, can you tell me your environment versions, I'd like to test your solution locally.
@maxim-kolesnikov
Hi! My environment versions:
> bem-react % node -v
v18.12.1
> bem-react % npm -v
6.14.17
> bem-react % ./node_modules/.bin/lerna -v
3.5.1
I don't have global lerna
, so my version is from package.json
@veged Hi! Can you take a review, please?
Maybe we can publish in npm from this thread with the alpha tag? π₯²
Maybe we can publish in npm from this thread with the alpha tag? π₯²
isn't it the same as just using from git URL? ;-)
I'll try to do this by the end of the week π€π»
isn't it the same as just using from git URL? ;-)
I thought so too, but lerna does not install dependencies from your root of project, only if I call yarn / npm run
in u project.
sorry, guys, it might take more time because with React 18 we need to rewrite a lot of things (i.e. tests from Enzyme)... I'm in progress...
π₯
@maxim-kolesnikov @Coudnet new versions published to NPM
@yarastqt so, can we publish it? π