Issue Installing Packages

Hi! I tried to install a package and I got this error:

npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall open
npm ERR! Error: EACCES: permission denied, open '/app/node_modules/json-schema-traverse/npm-shrinkwrap.json'
npm ERR!  { [Error: EACCES: permission denied, open '/app/node_modules/json-schema-traverse/npm-shrinkwrap.json']
npm ERR!   cause:
npm ERR!    { Error: EACCES: permission denied, open '/app/node_modules/json-schema-traverse/npm-shrinkwrap.json'
npm ERR!      errno: -13,
npm ERR!      code: 'EACCES',
npm ERR!      syscall: 'open',
npm ERR!      path: '/app/node_modules/json-schema-traverse/npm-shrinkwrap.json' },
npm ERR!   isOperational: true,
npm ERR!   stack:
npm ERR!    'Error: EACCES: permission denied, open \'/app/node_modules/json-schema-traverse/npm-shrinkwrap.json\'',
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'open',
npm ERR!   path: '/app/node_modules/json-schema-traverse/npm-shrinkwrap.json',
npm ERR!   parent: 'ajv' }
npm ERR! 
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR! 
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator (though this is not recommended).

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/npm-cache/10.15.3/_logs/2020-10-30T00_52_22_536Z-debug.log

Can I please have some assistance?

ERROR EACCES: permission denied, open '/rbd/pnpm-volume/5f380bb8-1237-4727-8bc6-93315ce77292/node_modules/moment/package.json'

For a different bot too!

Hi, can you check your disk? Anything inside /app should be accesible unless you’re out of disk

Itś boosted, so itś not a space issue.

You should definitely email support@glitch.com you should always have access to anything inside /app and packages should be installing correctly

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.