Open dy opened 8 years ago
@dfcreative could you please try again and let me know if it's working after the latest publish? Thanks! :D
@hughsk @1.2.1
installs now, but then:
C:\Users\dmitry\Dropbox\Projects\gl-experiment\webgl-workshop-test>webgl-workshop
==============================
= ~~~~~ webgl-workshop ~~~~~ =
==============================
[?] We're about to populate this directory with some code for you to use for
your answers. If they've already been created then don't worry, they won't
be replaced. Continue? Yes
readline.js:925
throw err;
^
Error: Cannot find module '@workshop/server'
at Function.Module._resolveFilename (module.js:339:15)
at Function.Module._load (module.js:290:25)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at boot (C:\Users\dmitry\AppData\Roaming\npm\node_modules\webgl-workshop\node.js:49:3)
at PromptUI.completed (C:\Users\dmitry\AppData\Roaming\npm\node_modules\webgl-workshop\node.js:44:5)
at PromptUI.onCompletion (C:\Users\dmitry\AppData\Roaming\npm\node_modules\webgl-workshop\node_modules\inquirer\lib\
ui\prompt.js:51:10)
at C:\Users\dmitry\AppData\Roaming\npm\node_modules\webgl-workshop\node_modules\inquirer\node_modules\async\lib\asyn
c.js:254:17
at C:\Users\dmitry\AppData\Roaming\npm\node_modules\webgl-workshop\node_modules\inquirer\node_modules\async\lib\asyn
c.js:157:25
at C:\Users\dmitry\AppData\Roaming\npm\node_modules\webgl-workshop\node_modules\inquirer\node_modules\async\lib\asyn
c.js:251:21
C:\Users\dmitry\Dropbox\Projects\gl-experiment\webgl-workshop-test>
During the installation
npm install -g webgl-workshop
there are loads of errors of a kind:After which the process is just abrupted with no additional info.
Attempting to install it locally
npm install webgl-workshop
takes somewhat longer, asks password to github in between, but ends with no success:Node version 5.3.0, npm version 3.3.12, windows 7 x64.