Skip to content
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

NPM - Maximum call stack size exceeded #10

Open
JLee21 opened this issue Sep 17, 2017 · 1 comment
Open

NPM - Maximum call stack size exceeded #10

JLee21 opened this issue Sep 17, 2017 · 1 comment

Comments

@JLee21
Copy link

JLee21 commented Sep 17, 2017

I'm attempting to install jParser using the following:

npm install jParser
npm install jParser --save
npm install jParser -g

Each one of the above creates the following error:

SnoopMac:node-watcher topher$ npm install jParser -g
npm WARN deprecated jDataView@2.3.0: According to new npm naming restrictions, jDataView was renamed to jdataview in registry and this package is left only for backward compatibility.
npm ERR! Darwin 16.7.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "jParser" "-g"
npm ERR! node v6.11.1
npm ERR! npm  v3.10.10

npm ERR! Maximum call stack size exceeded
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/topher/amazon/kcam-utilities/node-watcher/npm-debug.log
@JLee21
Copy link
Author

JLee21 commented Sep 17, 2017

Whoops...
I had to do this first (not explicitly explained)
npm install binary-format
npm install jdataview

and then
npm install jParser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant