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
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
I followed the instructions in node/README.md in the node-deps branch.
# Install dependencies
npm i
However, I got errors unless I changed this to sudo npm i
Once I did that, I was able to successfully run the demo at src/index.js. Just checking if this is an idiosyncrasy of my system, or something that should be changed in the doc.
The text was updated successfully, but these errors were encountered:
You shouldn't need sudo on OSX. Sometimes node permissions are wonky on linux boxes, but even then we're not installing anything globally so it shouldn't matter.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I followed the instructions in node/README.md in the node-deps branch.
However, I got errors unless I changed this to
sudo npm i
Once I did that, I was able to successfully run the demo at src/index.js. Just checking if this is an idiosyncrasy of my system, or something that should be changed in the doc.
The text was updated successfully, but these errors were encountered: