Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install #28

Closed
willkeffer3 opened this issue Jun 25, 2020 · 3 comments
Closed

Install #28

willkeffer3 opened this issue Jun 25, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@willkeffer3
Copy link

Not sure why, but yarn will not build this. Keeps giving me an error of no such directory

@LasCC LasCC added the bug Something isn't working label Jun 25, 2020
@rb-x
Copy link
Collaborator

rb-x commented Jun 25, 2020

Hello @willkeffer3,
Thanks for this report, did you install the required packages with "yarn install" before building it with "yarn build"?
can you give us a screenshot or the specific error message?

@willkeffer3
Copy link
Author

i finally got it to work.......had to go to yarn site, and go through the proper OS prompts. It's working now in Kali.

@LasCC LasCC closed this as completed Jun 25, 2020
@UchihaSR
Copy link

UchihaSR commented Dec 21, 2020

@LasCC

OS: Kali

hello, this is the output of yarn build. i first did yarn install which was successfully executed.
yarn run v1.22.5
warning ../package.json: No license field
$ webpack --mode production
Hash: 10a3011075edce86556c
Version: webpack 4.44.2
Time: 15534ms
Built at: 12/21/2020 2:46:12 PM
2 assets
Entrypoint app = app.bundle.js app.bundle.js.map
[4] ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules 1.07 KiB {0} [built]
| 2 modules
[7] ./node_modules/@babel/runtime/helpers/esm/inherits.js + 1 modules 712 bytes {0} [built]
| 2 modules
[9] ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js + 1 modules 1010 bytes {0} [built]
| 2 modules
[13] ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules 897 bytes {0} [built]
| 3 modules
[19] ./node_modules/@babel/runtime/helpers/esm/createSuper.js + 1 modules 1.1 KiB {0} [built]
| 2 modules
[38] ./node_modules/mini-store/esm/index.js + 3 modules 6.88 KiB {0} [built]
| 4 modules
[40] (webpack)/buildin/global.js 472 bytes {0} [built]
[90] ./node_modules/rc-trigger/es/index.js + 11 modules 59.9 KiB {0} [built]
| 12 modules
[91] ./node_modules/rc-animate/es/Animate.js + 4 modules 20.1 KiB {0} [built]
| 5 modules
[124] ./node_modules/rc-animate/es/CSSMotion.js + 2 modules 15 KiB {0} [built]
| 3 modules
[152] (webpack)/buildin/module.js 497 bytes {0} [built]
[499] ./src/assets/css/style.css 1.08 KiB {0} [built]
[500] ./node_modules/css-loader/dist/cjs.js!./src/assets/css/style.css 1.57 KiB {0} [built]
[505] ./src/App.js + 309 modules 1.16 MiB {0} [built]
| ./src/App.js 663 bytes [built]
| + 309 hidden modules
[2383] ./node_modules/moment/locale sync ^./.*$ 3.21 KiB [optional] [built]
+ 2704 hidden modules

ERROR in ./src/components/LayoutApp.js
Module not found: Error: Can't resolve './file_transfer/File_transfer' in '/home/itachi/Hack-Tools/src/components'
@ ./src/components/LayoutApp.js 20:0-57 108:24-36
@ ./src/App.js

ERROR in ./src/components/FeedRSS.js
Module not found: Error: Can't resolve './rss/Cve' in '/home/itachi/Hack-Tools/src/components'
@ ./src/components/FeedRSS.js 8:0-28 103:24-27 116:26-29
@ ./src/components/LayoutApp.js
@ ./src/App.js
Child HtmlWebpackCompiler:
1 asset
Entrypoint HtmlWebpackPlugin_0 = __child-HtmlWebpackPlugin_0
[0] ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.html 421 bytes {0} [built]
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants