Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Unpinned a127 dependencies now bringing in packages using ES6 features that don't work with version of Node (v0.10.32) used by Apigee #60

Open
LittleColin opened this issue Dec 12, 2017 · 0 comments

Comments

@LittleColin
Copy link

LittleColin commented Dec 12, 2017

The packages.json has:

"nodemon": "^1.9.1" 

This is now bringing in v1.12.5 that contains an arrow function so I get the following error when trying to run locally:

/home/ubuntu/.nvm/v0.10.32/lib/node_modules/apigee-127/node_modules/nodemon/lib/config/exec.js:161
    .map(ext => ext.replace(/^\./, ''))

Pinning this to 1.9.1 then reveals an issue with super-agent version which is an unpinned dependency of swagger-tools that is now using const.

ref: https://community.apigee.com/questions/23770/upgrading-edges-version-of-node.html

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

No branches or pull requests

1 participant