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

pnpm install #1773

Closed
irfandyj opened this issue Mar 25, 2019 · 4 comments
Closed

pnpm install #1773

irfandyj opened this issue Mar 25, 2019 · 4 comments

Comments

@irfandyj
Copy link

irfandyj commented Mar 25, 2019

Error Log:

ERRORCould not resolve eef80ed to a commit of git://github.com/adobe-webplatform/eve.git.
at resolveRefFromRefs  /home/jippy98/.nvm/versions/node/v10.15.3/pnpm-global/2/node_modules/.registry.npmjs.org/pnpm/3.0.1/node_modules/pnpm/lib/node_modules/@pnpm/git-resolver/lib/index.js:91  
at resolveRef          /home/jippy98/.nvm/versions/node/v10.15.3/pnpm-global/2/node_modules/.registry.npmjs.org/pnpm/3.0.1/node_modules/pnpm/lib/node_modules/@pnpm/git-resolver/lib/index.js:79  
at _tickCallback       internal/process/next_tick.js:68

Step to reproduce

  1. Go to the folder
  2. Do pnpm install

What I wanted
Working!

Operating System
LSB Version: n/a
Distributor ID: ManjaroLinux
Description: Manjaro Linux
Release: 18.0.4
Codename: Illyria

Any further info can be asked :)

@PanJiaChen
Copy link
Owner

This should be a problem with tui-editor dependencies. Is there a problem with v4.0? Or you update tui-editor.

@irfandyj
Copy link
Author

irfandyj commented Apr 6, 2019

Sorry for late reply, I had no idea about tui-editor, but all I know is. That is what I get on this freshly installed PC. This are the dependencies I see in package.json:

  "dependencies": {
    "axios": "0.18.0",
    "clipboard": "1.7.1",
    "codemirror": "5.39.2",
    "driver.js": "0.8.1",
    "dropzone": "5.2.0",
    "echarts": "4.1.0",
    "element-ui": "2.4.11",
    "file-saver": "1.3.8",
    "fuse.js": "3.4.2",
    "js-cookie": "2.2.0",
    "jsonlint": "1.6.3",
    "jszip": "3.1.5",
    "mockjs": "1.0.1-beta3",
    "normalize.css": "7.0.0",
    "nprogress": "0.2.0",
    "screenfull": "4.0.0",
    "showdown": "1.8.6",
    "sortablejs": "1.7.0",
    "tui-editor": "1.2.7",
    "vue": "2.5.17",
    "vue-count-to": "1.0.13",
    "vue-i18n": "7.3.2",
    "vue-router": "3.0.2",
    "vue-splitpane": "1.0.2",
    "vuedraggable": "^2.16.0",
    "vuex": "3.0.1",
    "xlsx": "^0.11.16"
  }

I never faced this before, what should I do in order to solve this? I have seen related issue, but it seems that the author decided to not solve the issue :/

@PanJiaChen
Copy link
Owner

PanJiaChen commented Apr 7, 2019

If you do not need a markdown editor, you can remove tui-editor from package.json.

And remove @/components/MarkdownEditor and md demo.

path: 'markdown',
component: () => import('@/views/components-demo/markdown'),
name: 'MarkdownDemo',
meta: { title: 'markdown' }
},

@irfandyj
Copy link
Author

irfandyj commented Apr 7, 2019

Hm.. okay, I actually was just playing around, wondering to use which themes to use, and I just came up to here. However I don't really know wether I would need it in further projects (but I might actually need it).

But since this is from the tui-editor itself, I will just open my issue there.
Thank you for helping and letting me know how to uninstall it. :)

@irfandyj irfandyj closed this as completed Apr 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants