Created
September 7, 2021 04:10
-
-
Save stepheneb/85cf7b2d428d136ad363bfb58a251090 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm install --save-dev ../electron-forge/packages/publisher/github | |
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): /Users/stephen/dev/00-clients/rlmg/electron-forge/node_modules/ora/node_modules/ansi-regex is not a child of /Users/stephen/dev/00-clients/rlmg/cfa-own-electron | |
npm WARN [email protected] requires a peer of acorn@^8 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of eslint-plugin-import@^2.22.1 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of eslint-plugin-node@^11.1.0 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of eslint-plugin-promise@^4.2.1 || ^5.0.0 but none is installed. You must install peer dependencies yourself. | |
npm ERR! code ENOENT | |
npm ERR! syscall rename | |
npm ERR! path /Users/stephen/dev/00-clients/rlmg/cfa-own-electron/node_modules/.staging/ansi-regex-dc3e3585 | |
npm ERR! dest /Users/stephen/dev/00-clients/rlmg/electron-forge/node_modules/ora/node_modules/ansi-regex | |
npm ERR! errno -2 | |
npm ERR! enoent ENOENT: no such file or directory, rename '/Users/stephen/dev/00-clients/rlmg/cfa-own-electron/node_modules/.staging/ansi-regex-dc3e3585' -> '/Users/stephen/dev/00-clients/rlmg/electron-forge/node_modules/ora/node_modules/ansi-regex' | |
npm ERR! enoent This is related to npm not being able to find a file. | |
npm ERR! enoent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment