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
This means that the npx library being required here will be stuck at v10.2, which in turn requires npm 5.x, which (I think) is sometimes causing problems with ember-cli-update because it uses an older version of graceful-fs.
I realize this is a long cause-and-effect chain of my insinuation. I am experiencing cb.apply is not a function when trying to run ember-cli-update, and so far this is the best guess that I have.
The text was updated successfully, but these errors were encountered:
The distributed npx library is deprecated and now is handled within the npm distribution.
https://github.com/npm/npx#readme
This means that the npx library being required here will be stuck at v10.2, which in turn requires npm 5.x, which (I think) is sometimes causing problems with ember-cli-update because it uses an older version of graceful-fs.
I realize this is a long cause-and-effect chain of my insinuation. I am experiencing
cb.apply is not a function
when trying to run ember-cli-update, and so far this is the best guess that I have.The text was updated successfully, but these errors were encountered: