question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm run serve failed in v3.0.0

See original GitHub issue

Describe the bug

I forked this repository days ago. (v3.0.0)

and i run these commands

npm install
npm run serve editor

it told me

[snowpack] We resolved "@toast-ui/toastmark" to /tui.editor/libs/toastmark/dist/esm/index.js, but the file does not exist on disk.

I’m sure there are really no such files and dirs. I want to know how could i solve this problem. Thank you.

To Reproduce

Steps to reproduce the behavior: git pull npm install npm run serve editor

Desktop

  • OS: macOS 10.15.7
  • npm: 7.18.1 (I followed the readme and upgraded my npm version)
  • node: 16.4.0

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
js87zzcommented, Jul 7, 2021

@zjzshb @clichedmoog I added missing dependencies in our packge.json. Thanks!

1reaction
MorisaSparkcommented, Jul 5, 2021

@js87zz

I ran it successed! After I ran these commands

cd libs/toastmark
npm install @rollup/plugin-commonjs
npm install @rollup/plugin-node-resolve
npm install @rollup/plugin-json

Waiting for your good news~

Thanks u~

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to start vue due to issue with npm run serve #4366
Failed at the vuetest@0.1.0 serve script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above....
Read more >
Npm run serve Error - node.js - Stack Overflow
Running this code have solved my problem on ubuntu 16.04 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo ...
Read more >
node-sass - npm
Latest version: 8.0.0, last published: 2 months ago. Start using node-sass in your project by running `npm i node-sass`.
Read more >
Getting an error while running nodejs app when running locally
js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the dashdbnodesample@0.0.1 start script 'node app.js'. npm ERR! Make ...
Read more >
NPM Run Serve is not defaulting to localhost - Vue Forum
I have been working on a project for about 3 weeks and npm run serve would always ... Failed at the test-test@0.1.0 serve...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found