koshevy / codegena

Tools for codegeneration from OAS3 to TypeScript. Actual Roadmap published — https://github.com/koshevy/codegena/blob/codegena-3.x/ROADMAP.md
https://codegena-playground.stackblitz.io/
MIT License
38 stars 1 forks source link

Update documentation so Yarn using will be explicit #7

Open debagger opened 4 years ago

debagger commented 4 years ago

Hi!

Catch an error when install dependencies for project. Here is full output for reproduce:

F:\Projects>git clone https://github.com/koshevy/codegena.git
Cloning into 'codegena'...
remote: Enumerating objects: 618, done.
remote: Counting objects: 100% (618/618), done.
remote: Compressing objects: 100% (390/390), done.
remote: Total 618 (delta 293), reused 526 (delta 202), pack-reused 0
Receiving objects: 100% (618/618), 494.90 KiB | 1.61 MiB/s, done.
Resolving deltas: 100% (293/293), done.
Checking out files: 100% (289/289), done.

F:\Projects>cd codegena

F:\Projects\codegena>npm install
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated @types/jest-diff@24.3.0: This is a stub types definition. jest-diff provides its own type definitions, so you do not need this installed.
npm WARN deprecated rollup-plugin-commonjs@10.1.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs.
npm WARN deprecated rollup-plugin-json@4.0.0: This module has been deprecated and is no longer maintained. Please use @rollup/plugin-json.
npm WARN deprecated rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@codegena%2ftodo-app-scheme - Not found
npm ERR! 404
npm ERR! 404  '@codegena/todo-app-scheme@*' 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 'codegena'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
koshevy commented 4 years ago

Please, use yarn

koshevy commented 4 years ago

Reopened as a doc issue