-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: undefined is not a function #197
Comments
@josephrotella , I was facing same issue with NodeJS 0.12 version. But when i upgraded version to 5.0 then issue is not coming. |
Thank You, Chintan!
To: "es-analysis/plato"
version. But when i upgraded version to 5.0 then issue is not coming.
You are receiving this because you were mentioned. Links:[1] https://github.com/josephrotella |
Thank you!! That resolved the issue for me as well. From: Chintan V. Patel [mailto:[email protected]] @josephrotella https://github.com/josephrotella , I was facing same issue with NodeJS 0.12 version. But when i upgraded version to 5.0 then issue is not coming. — |
In trying to run plato on windows 7, I'm encountering the following error, regardless of any (or no) command line parameters specified:
C:\Memento\Unified\Source\DeployableUnits\Unified\UnWebApp\Content>plato -r -d r
eport
C:\Program Files\nodejs\node_modules\plato\node_modules\typhonjs-escomplex-commo
ns\dist\transform\formats\markdown\FormatMarkdown.js:39
ject.getPrototypeOf(FormatMarkdown).call(this, Object.assign(Object.assign({},
^
TypeError: undefined is not a function
at new FormatMarkdown (C:\Program Files\nodejs\node_modules\plato\node_modul
es\typhonjs-escomplex-commons\dist\transform\formats\markdown\FormatMarkdown.js:
39:117)
at Object. (C:\Program Files\nodejs\node_modules\plato\node_modul
es\typhonjs-escomplex-commons\dist\transform\TransformFormat.js:344:27)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (C:\Program Files\nodejs\node_modules\plato\node_modul
es\typhonjs-escomplex-commons\dist\module\report\AbstractReport.js:9:24)
at Module._compile (module.js:460:26)
Any ideas on what I'm doing wrong?
The text was updated successfully, but these errors were encountered: