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
Hey! That's puzzling..
My first thought would be to check that it's getting the correct version of node from /usr/bin/env. What do you get if you run /usr/bin/env node --version? v5.8.0? Does it work if you run it with node directly, like: node $(which nplaym) install?
Also, I should correct the docs, but you'll need some packages to install, so make sure your myProject/ dir has a package.json with lots of packages, or else install some directly like nplaym install babel react redux lodash.
When I run /usr/bin/env node --version I get v5.8.0. I tried the above commands, but I still get the same error. Simply running nplaym gives me the same error. Not sure what the issue is, but I'll keep looking into it.
Hi! I'd love to try out nplaym, but I receive an error when installing. I am running Node v5.8.0. Here's what I tried on Terminal:
Thanks! 😄
The text was updated successfully, but these errors were encountered: