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
I adjusted package.json from:
"postinstall": "cd rclient; npm install --no-package-lock",
to:
"postinstall": "npm install --no-package-lock rclient",
and then it worked.
The text was updated successfully, but these errors were encountered:
When installing on Windows 10, I received this error after npm install:
I adjusted package.json from:
"postinstall": "cd rclient; npm install --no-package-lock",
to:
"postinstall": "npm install --no-package-lock rclient",
and then it worked.
The text was updated successfully, but these errors were encountered: