Hi,

okay, I didn't think about this... Then mkdirp can't be the problem.

But maybe it really is a problem with the path variable. I remember that I
had to set it up manually, too.

This is my npm and node version output:

$ npm version
{ npm: '2.14.7',
  ares: '1.10.1-DEV',
  http_parser: '2.5.0',
  icu: '56.1',
  modules: '46',
  node: '4.2.1',
  openssl: '1.0.2d',
  uv: '1.7.5',
  v8: '4.5.103.35',
  zlib: '1.2.8' }

$ node -v
v4.2.1

-----Ursprüngliche Nachricht-----
Von: Zieris, Franz [mailto:franz.zie...@fu-berlin.de] 
Gesendet: Freitag, 15. Januar 2016 16:35
An: Nina Weber <nina.we...@fu-berlin.de>
Cc: dpp-devel@lists.sourceforge.net
Betreff: RE: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build"
doesn't

Hi Nina,

"mkdirp" is properly installed, otherwise the "prebuild" would not succeed
in the CMD environment:

>> @ prebuild
>> F:\\Development\Saros\saros\de.fu_berlin.inf.dpp.ui.frontend\html
>> mkdirp bundle dist/bundle/ dist/css dist/fonts
>>
>> @ build
>> [...]

(And yes, the folders are created.)

Furthermore:

-----
$ ls -l node_modules
total 68
drwxr-xr-x 1 Franz 197121 0 Jan 15 15:11 ampersand-app/ drwxr-xr-x 1 Franz
197121 0 Jan 15 15:11 ampersand-collection/ drwxr-xr-x 1 Franz 197121 0 Jan
15 15:11 ampersand-form-view/ drwxr-xr-x 1 Franz 197121 0 Jan 15 15:11
ampersand-input-view/ drwxr-xr-x 1 Franz 197121 0 Jan 15 15:11
ampersand-state/ drwxr-xr-x 1 Franz 197121 0 Jan 15 15:12 ampersand-view/
drwxr-xr-x 1 Franz 197121 0 Jan 15 15:11 backbone-events-standalone/
drwxr-xr-x 1 Franz 197121 0 Jan 15 15:12 bootstrap/ drwxr-xr-x 1 Franz
197121 0 Jan 15 15:12 browserify/ drwxr-xr-x 1 Franz 197121 0 Jan 15 15:54
cp/ drwxr-xr-x 1 Franz 197121 0 Jan 15 15:11 domready/ drwxr-xr-x 1 Franz
197121 0 Jan 15 15:11 exorcist/ drwxr-xr-x 1 Franz 197121 0 Jan 15 15:11
expect.js/ drwxr-xr-x 1 Franz 197121 0 Jan 15 15:12 jquery/ drwxr-xr-x 1
Franz 197121 0 Jan 15 15:12 jscs/ drwxr-xr-x 1 Franz 197121 0 Jan 15 15:12
jshint/ drwxr-xr-x 1 Franz 197121 0 Jan 15 15:12 jstree/ drwxr-xr-x 1 Franz
197121 0 Jan 15 15:11 lodash.bind/ drwxr-xr-x 1 Franz 197121 0 Jan 15 15:11
lodash.bindall/ drwxr-xr-x 1 Franz 197121 0 Jan 15 15:11 lodash.foreach/
drwxr-xr-x 1 Franz 197121 0 Jan 15 15:11 mkdirp/           <---- !!!
drwxr-xr-x 1 Franz 197121 0 Jan 15 15:12 mocha/ drwxr-xr-x 1 Franz 197121 0
Jan 15 15:11 templatizer/
-----

Could you execute "npm version" and "node -v" an post the output here?

Thanks,
Franz

-----Original Message-----
From: Nina Weber [mailto:nina.we...@fu-berlin.de]
Sent: Friday, January 15, 2016 4:29 PM
To: Zieris, Franz <franz.zie...@fu-berlin.de>
Cc: dpp-devel@lists.sourceforge.net
Subject: Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build"
doesn't

Hi!

Yes, I encountered the same problem a few weeks ago. I guess the module
"mkdirp" is just missing. I think I fixed it by running "npm install mkdirp"
but I'm not sure anymore. You could give it a try though.

Cheers
Nina


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
DPP-Devel mailing list
DPP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-devel

Reply via email to