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
Not sure if this is limited to the Mac but, when I npm install I get the following error:
npm error path /Users/.../node_modules/@fluree/fluree-client
npm error command failed
npm error command sh -c chmod +x scripts/*.sh scripts/*.js
npm error chmod: scripts/*.sh: No such file or directory
npm error chmod: scripts/*.js: No such file or directory
It looks like scripts is not included in the npm package via .npmignore.
The text was updated successfully, but these errors were encountered:
Not sure if this is limited to the Mac but, when I npm install I get the following error:
It looks like
scripts
is not included in the npm package via.npmignore
.The text was updated successfully, but these errors were encountered: