You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2019. It is now read-only.
What should be done with "Hacking on Ace" step? Because it gives following error:
./Makefile.dryice.js normal gives following:
using targetDir ' build '
ace ---------
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Cannot call method 'map' of undefined
at new CommonJsProject (/usr/lib/node_modules/dryice/lib/dryice/index.js:666:27)
at Function.createCommonJsProject (/usr/lib/node_modules/dryice/lib/dryice/index.js:974:10)
at Object. (gherkin-editor/vendor/ace/Makefile.dryice.js:104:20)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:31)
at Function._load (module.js:308:12)
at Array.0 (module.js:479:10)
at EventEmitter._tickCallback (node.js:192:40)
The text was updated successfully, but these errors were encountered:
For what it's worth, I got this working using nvm to install node v0.4.12. I did have to update the jasmin-node package from 1.0.4 to 1.0.6 in packages.json.
No sweat! Seem even when using v0.4.12 of node via nvm, npm --version still gives 1.2.0, which is the same as my system version of npm. Kinda surprised me that this is the case, but apparently that's how nvm works
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What should be done with "Hacking on Ace" step? Because it gives following error:
./Makefile.dryice.js normal gives following:
using targetDir ' build '
ace ---------
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Cannot call method 'map' of undefined
at new CommonJsProject (/usr/lib/node_modules/dryice/lib/dryice/index.js:666:27)
at Function.createCommonJsProject (/usr/lib/node_modules/dryice/lib/dryice/index.js:974:10)
at Object. (gherkin-editor/vendor/ace/Makefile.dryice.js:104:20)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:31)
at Function._load (module.js:308:12)
at Array.0 (module.js:479:10)
at EventEmitter._tickCallback (node.js:192:40)
The text was updated successfully, but these errors were encountered: