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

how to design node? I need node style is vue component. #5

Open
garysun90 opened this issue Jan 7, 2019 · 1 comment
Open

how to design node? I need node style is vue component. #5

garysun90 opened this issue Jan 7, 2019 · 1 comment

Comments

@garysun90
Copy link

how to design node? I need node style is vue component.
like :
image

@pithematic
Copy link

pithematic commented Sep 13, 2021

➜ vue-mindmap git:(master) ✗ yarn install
yarn install v1.22.10
[1/4] 🔍 Resolving packages...
success Already up-to-date.
$ yon run build
yarn run v1.22.10
$ yon run build:common && yon run build:browser && yon run build:browser:min
$ cross-env NODE_ENV=common webpack --config build/webpack.config.common.js --progress --hide-modules
internal/modules/cjs/loader.js:883
throw err;
^

Error: Cannot find module '/Users/?????/testmap/vue-mindmap/build/webpack.config.common.js'
Require stack:

  • /Users/?????/testmap/vue-mindmap/node_modules/webpack/bin/convert-argv.js
  • /Users/?????/testmap/vue-mindmap/node_modules/webpack/bin/webpack.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
    at Function.Module._load (internal/modules/cjs/loader.js:725:27)
    at Module.require (internal/modules/cjs/loader.js:952:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at requireConfig (/Users/?????/testmap/vue-mindmap/node_modules/webpack/bin/convert-argv.js:96:18)
    at /Users/?????/testmap/vue-mindmap/node_modules/webpack/bin/convert-argv.js:109:17
    at Array.forEach ()
    at module.exports (/Users/?????/testmap/vue-mindmap/node_modules/webpack/bin/convert-argv.js:107:15)
    at Object. (/Users/?????/testmap/vue-mindmap/node_modules/webpack/bin/webpack.js:153:40)
    at Module._compile (internal/modules/cjs/loader.js:1063:30) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    '/Users/?????/testmap/vue-mindmap/node_modules/webpack/bin/convert-argv.js',
    '/Users/?????/testmap/vue-mindmap/node_modules/webpack/bin/webpack.js'
    ]
    }
    error Command failed with exit code 1.
    info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
    error Command failed with exit code 1.
    info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
    error Command failed with exit code 1.
    info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Try to fork and feature the package, fail to build. Can I have the necessary files to build /dist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants