Page MenuHomePhabricator
Paste P11695

(An Untitled Masterwork)
ActivePublic

Authored by Jakob_WMDE on Jun 29 2020, 3:07 PM.
Tags
None
Referenced Files
F31910929: raw.txt
Jun 29 2020, 3:07 PM
Subscribers
None
~/code $ rm -rf wikit
~/code $ git clone git@github.com:wmde/wikit.git
Cloning into 'wikit'...
remote: Enumerating objects: 67, done.
remote: Counting objects: 100% (67/67), done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 165 (delta 29), reused 47 (delta 23), pack-reused 98
Receiving objects: 100% (165/165), 289.74 KiB | 1.09 MiB/s, done.
Resolving deltas: 100% (54/54), done.
~/code $ cd wikit
~/code/wikit (master) $ docker-compose run --rm node lerna bootstrap
lerna notice cli v3.22.1
lerna info Bootstrapping 2 packages
lerna info Installing external dependencies
lerna info Symlinking packages and binaries
lerna info lifecycle @wmde/wikit-tokens@0.0.0~postinstall: @wmde/wikit-tokens@0.0.0
> @wmde/wikit-tokens@0.0.0 postinstall /app/tokens
> node build/wikimedia-ui-base
lerna info lifecycle @wmde/wikit-tokens@0.0.0~prepublish: @wmde/wikit-tokens@0.0.0
> @wmde/wikit-tokens@0.0.0 prepublish /app/tokens
> npm run build
> @wmde/wikit-tokens@0.0.0 build /app/tokens
> npm run clean && npm run build:tokens
> @wmde/wikit-tokens@0.0.0 clean /app/tokens
> rm -rf ./dist
> @wmde/wikit-tokens@0.0.0 build:tokens /app/tokens
> style-dictionary build -c ./.style-dictionary/config.js
scss
✔︎ dist/_variables.scss
css
✔︎ dist/variables.css
less
✔︎ dist/_variables.less
json
✔︎ dist/index.json
lerna success Bootstrapped 2 packages
~/code/wikit (master) $ git checkout setup_storybook
Branch 'setup_storybook' set up to track remote branch 'setup_storybook' from 'origin'.
Switched to a new branch 'setup_storybook'
~/code/wikit (setup_storybook) $ docker-compose run --rm node lerna bootstrap
lerna notice cli v3.22.1
lerna info Bootstrapping 3 packages
lerna info Installing external dependencies
lerna ERR! npm install exited 1 in 'wikit-docs'
lerna ERR! npm install stderr:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@wmde%2fwikit-tokens - Not found
npm ERR! 404
npm ERR! 404 '@wmde/wikit-tokens@0.0.0' 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
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/runuser/.npm/_logs/2020-06-29T15_04_51_175Z-debug.log
lerna ERR! npm install exited 1 in 'wikit-docs'
~/code/wikit (setup_storybook) $ rm docs/package-lock.json
~/code/wikit (setup_storybook) $ docker-compose run --rm node lerna bootstrap
lerna notice cli v3.22.1
lerna info Bootstrapping 3 packages
lerna info Installing external dependencies
lerna info Symlinking packages and binaries
lerna info lifecycle @wmde/wikit-tokens@0.0.0~postinstall: @wmde/wikit-tokens@0.0.0
> @wmde/wikit-tokens@0.0.0 postinstall /app/tokens
> node build/wikimedia-ui-base
lerna info lifecycle @wmde/wikit-tokens@0.0.0~prepublish: @wmde/wikit-tokens@0.0.0
> @wmde/wikit-tokens@0.0.0 prepublish /app/tokens
> npm run build
> @wmde/wikit-tokens@0.0.0 build /app/tokens
> npm run clean && npm run build:tokens
> @wmde/wikit-tokens@0.0.0 clean /app/tokens
> rm -rf ./dist
> @wmde/wikit-tokens@0.0.0 build:tokens /app/tokens
> style-dictionary build -c ./.style-dictionary/config.json
scss
✔︎ dist/_variables.scss
css
✔︎ dist/variables.css
less
✔︎ dist/_variables.less
json
✔︎ dist/index.json
lerna success Bootstrapped 3 packages