Code Monkey home page Code Monkey logo

Comments (6)

thetutlage avatar thetutlage commented on May 25, 2024 1

Okay seems like a bug. Will fix it

from adonis-cli.

thetutlage avatar thetutlage commented on May 25, 2024

Are you sure it's coz of that, since the error stack doesn't has much info

from adonis-cli.

cannap avatar cannap commented on May 25, 2024
C:\test\with space\nospace\test>adonis serve --dev
┌──────────────────────┐
│                      │
│    Started server    │
│    Watcher: On       │
│    Debugger: Off     │
│                      │
└──────────────────────┘
module.js:473
      throw err;
      ^

Error: Cannot find module 'C:\test\with space\nospace\test\"C:\test\with'
    at Function.Module._resolveFilename (module.js:527:15)
    at Function.Module._load (module.js:453:25)
    at Function.Module.runMain (module.js:665:10)
    at startup (bootstrap_node.js:201:16)
    at bootstrap_node.js:626:3
Application crashed, make sure to kill all related running process, fix the issue and re-run the app

Error: Cannot find module 'C:\test\with space\nospace\test"C:\test\with'

now i rename "with space" to "withspace"

C:\test\withspace\nospace\test>adonis serve --dev
┌──────────────────────┐
│                      │
│    Started server    │
│    Watcher: On       │
│    Debugger: Off     │
│                      │
└──────────────────────┘
2017-11-10T10:06:18.117Z - info: serving app on http://127.0.0.1:3333

from adonis-cli.

RomainLanz avatar RomainLanz commented on May 25, 2024

Hey @cannap! 👋

Which version of Node.js & npm are you using?

This is an issue with Chokidar which I've not had time to send a PR to fix. It thinks the directory with a space is a regexp...

Related:

from adonis-cli.

cannap avatar cannap commented on May 25, 2024

npm 5.3.0
node 8.5.0

from adonis-cli.

thetutlage avatar thetutlage commented on May 25, 2024

The issue is with nodemon directly. I am afraid, cannot help much here

from adonis-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.