GithubHelp home page GithubHelp logo

Comments (6)

lefnire avatar lefnire commented on May 27, 2024

read commit message ^ and see if that fixed it

from derby-auth.

willemmulder avatar willemmulder commented on May 27, 2024

It fixes the problem. But now I get

C:\xampp\htdocs\Derbyjs\derby-auth\example\node_modules\derby\lib\cluster.js:41
    throw e;
          ^
Error: Cannot find module '../../node_modules/validator/validator-min'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at Object. (C:\xampp\htdocs\Derbyjs\derby-auth\components\registe
r\index.js:1:79)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at components (C:\xampp\htdocs\Derbyjs\derby-auth\components\index.js:6:23)
    at EventEmitter.module.exports.use (C:\xampp\htdocs\Derbyjs\derby-auth\examp
le\node_modules\racer\lib\plugin.js:41:7)
    at Object. (C:\xampp\htdocs\Derbyjs\derby-auth\example\lib\auth\i
ndex.js:6:7)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at Object. (C:\xampp\htdocs\Derbyjs\derby-auth\example\lib\server
\index.js:6:11)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at requireServer (C:\xampp\htdocs\Derbyjs\derby-auth\example\node_modules\de
rby\lib\cluster.js:38:18)
    at Object.run (C:\xampp\htdocs\Derbyjs\derby-auth\example\node_modules\derby
\lib\cluster.js:13:18)
    at EventEmitter.run (C:\xampp\htdocs\Derbyjs\derby-auth\example\node_modules
\derby\lib\derby.server.js:36:16)
    at Object. (C:\xampp\htdocs\Derbyjs\derby-auth\example\server.js:
4:22)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.runMain (module.js:492:10)
    at process.startup.processNextTick.process._tickCallback (node.js:244:9)

from derby-auth.

lefnire avatar lefnire commented on May 27, 2024

rm -rf node_modules && npm install?

On Wed, May 29, 2013 at 2:35 PM, Willem Mulder [email protected]:

It fixes the problem. But now I get

C:\xampp\htdocs\Derbyjs\derby-auth\example\node_modules\derby\lib\cluster.js:41
throw e;
^
Error: Cannot find module '../../node_modules/validator/validator-min'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object. (C:\xampp\htdocs\Derbyjs\derby-auth\components\registe
r\index.js:1:79)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at components (C:\xampp\htdocs\Derbyjs\derby-auth\components\index.js:6:23)
at EventEmitter.module.exports.use (C:\xampp\htdocs\Derbyjs\derby-auth\examp
le\node_modules\racer\lib\plugin.js:41:7)
at Object. (C:\xampp\htdocs\Derbyjs\derby-auth\example\lib\auth\i
ndex.js:6:7)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object. (C:\xampp\htdocs\Derbyjs\derby-auth\example\lib\server
\index.js:6:11)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at requireServer (C:\xampp\htdocs\Derbyjs\derby-auth\example\node_modules\de
rby\lib\cluster.js:38:18)
at Object.run (C:\xampp\htdocs\Derbyjs\derby-auth\example\node_modules\derby
\lib\cluster.js:13:18)
at EventEmitter.run (C:\xampp\htdocs\Derbyjs\derby-auth\example\node_modules
\derby\lib\derby.server.js:36:16)
at Object. (C:\xampp\htdocs\Derbyjs\derby-auth\example\server.js:
4:22)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:492:10)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)


Reply to this email directly or view it on GitHubhttps://github.com//issues/37#issuecomment-18616444
.

from derby-auth.

willemmulder avatar willemmulder commented on May 27, 2024

already did that, also reinstalled the complete app, but to no avail: the error remains. Does it not occur when you try it?

from derby-auth.

switz avatar switz commented on May 27, 2024

Are you sure you're up to date?

what does git rev-parse head return?

from derby-auth.

willemmulder avatar willemmulder commented on May 27, 2024

That's interesting.

I do get the error message when I only npm install the example folder, but not the root folder.
I do not get the error when I npm install both the derby-auth root folder, and the example folder.

But for so far, issue solved :-) Thanks! 👍

from derby-auth.

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.