So, when starting my project it says this:
internal/modules/cjs/loader.js:670
throw err;
^
Error: Cannot find module '/app/node_modules/react-scripts/bin/react-scripts.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:668:15)
at Function.Module._load (internal/modules/cjs/loader.js:591:27)
at Function.Module.runMain (internal/modules/cjs/loader.js:877:12)
at internal/main/run_main_module.js:21:11
And I can’t update my node.js:
node v11.14.0, with pnpm
Installing...
Performing headless installation
ERROR EACCES: permission denied, symlink '../.registry.npmjs.org/@babel/core/7.8.4/node_modules/@babel/core' -> '/rbd/pnpm-volume/e1de37d6-78dd-4f3b-907c-f76dd0867acd/node_modules/@babel/core'
at 4/node_modules/@babel/co…
While in the console updating node it says this:
npm ERR! path /app/node_modules/mime-types/npm-shrinkwrap.json
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall open
npm ERR! Error: EACCES: permission denied, open '/app/node_modules/mime-types/npm-shrinkwrap.json'
npm ERR! { [OperationalError: EACCES: permission denied, open '/app/node_modules/mime-types/npm-shrinkwrap.json']
npm ERR! cause:
npm ERR! { [Error: EACCES: permission denied, open '/app/node_modules/mime-types/npm-shrinkwrap.json']
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'open',
npm ERR! path: '/app/node_modules/mime-types/npm-shrinkwrap.json' },
npm ERR! isOperational: true,
npm ERR! stack:
npm ERR! "Error: EACCES: permission denied, open '/app/node_modules/mime-types/npm-shrinkwrap.json'",
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'open',
npm ERR! path: '/app/node_modules/mime-types/npm-shrinkwrap.json',
npm ERR! parent: 'accepts' }
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/11.14.0/_logs/2020-05-13T07_06_45_841Z-debug.log
Please, could somebody help me with this?
My project: https://glitch.com/edit/#!/bh-sw
Thank you!