Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. > node-red-docker@1.0.0 start /usr/src/node-red
  2.  
  3. > node $NODE_OPTIONS node_modules/node-red/red.js -v $FLOWS "--userDir" "/data"
  4.  
  5. /usr/src/node-red/node_modules/fs-extra/lib/copy-sync/copy-sync.js:177
  6.  
  7. throw err
  8.  
  9. ^
  10.  
  11. Error: EACCES: permission denied, stat '/data/settings.js'
  12.  
  13. at Object.fs.statSync (fs.js:948:11)
  14.  
  15. at Object.statSync (/usr/src/node-red/node_modules/graceful-fs/polyfills.js:295:24)
  16.  
  17. at checkStats (/usr/src/node-red/node_modules/fs-extra/lib/copy-sync/copy-sync.js:174:19)
  18.  
  19. at checkPaths (/usr/src/node-red/node_modules/fs-extra/lib/copy-sync/copy-sync.js:183:31)
  20.  
  21. at Object.copySync (/usr/src/node-red/node_modules/fs-extra/lib/copy-sync/copy-sync.js:25:20)
  22.  
  23. at Object.<anonymous> (/usr/src/node-red/node_modules/node-red/red.js:108:20)
  24.  
  25. at Module._compile (module.js:653:30)
  26.  
  27. at Object.Module._extensions..js (module.js:664:10)
  28.  
  29. at Module.load (module.js:566:32)
  30.  
  31. at tryModuleLoad (module.js:506:12)
  32.  
  33. npm ERR! code ELIFECYCLE
  34.  
  35. npm ERR! errno 1
  36.  
  37. npm ERR! node-red-docker@1.0.0 start: `node $NODE_OPTIONS node_modules/node-red/red.js -v $FLOWS "--userDir" "/data"`
  38.  
  39. npm ERR! Exit status 1
  40.  
  41. npm ERR!
  42.  
  43. npm ERR! Failed at the node-red-docker@1.0.0 start script.
  44.  
  45. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  46.  
  47. npm ERR! A complete log of this run can be found in:
  48.  
  49. npm ERR! /usr/src/node-red/.npm/_logs/2019-03-18T14_39_25_187Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement