Advertisement
tarrinros

Untitled

Nov 12th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.32 KB | None | 0 0
  1. yarn run v1.19.1
  2. $ better-npm-run dev:start
  3. running better-npm-run in /home/tarrin/Projects/whoosh-directory
  4. Executing script: dev:start
  5.  
  6. to be executed: npm run dev:start:client & npm run dev:start:server
  7. npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1573583423307-0.8857672135123573/node but npm is using /home/tarrin/.nvm/versions/node/v10.17.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
  8. npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1573583423307-0.8857672135123573/node but npm is using /home/tarrin/.nvm/versions/node/v10.17.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
  9.  
  10. > staff-directory@0.0.1 dev:start:client /home/tarrin/Projects/whoosh-directory
  11. > better-npm-run dev:start:client
  12.  
  13.  
  14. > staff-directory@0.0.1 dev:start:server /home/tarrin/Projects/whoosh-directory
  15. > better-npm-run dev:start:server
  16.  
  17. running better-npm-run in /home/tarrin/Projects/whoosh-directory
  18. running better-npm-run in /home/tarrin/Projects/whoosh-directory
  19. Executing script: dev:start:client
  20.  
  21. Executing script: dev:start:server
  22.  
  23. to be executed: npx babel-node webpack/development.client.babel
  24. to be executed: $(npm bin)/nodemon --exec npm run babel-node -- server
  25. [nodemon] 1.18.9
  26. [nodemon] to restart at any time, enter `rs`
  27. [nodemon] watching: *.*
  28. [nodemon] starting `npm run babel-node server`
  29. npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1573583423307-0.8857672135123573/node but npm is using /home/tarrin/.nvm/versions/node/v10.17.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
  30.  
  31. > staff-directory@0.0.1 babel-node /home/tarrin/Projects/whoosh-directory
  32. > babel-node "server"
  33.  
  34. Checking/waiting for /home/tarrin/Projects/whoosh-directory/react-loadable.json...
  35. internal/validators.js:125
  36.     throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
  37.     ^
  38.  
  39. TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
  40.     at validateString (internal/validators.js:125:11)
  41.     at Object.join (path.js:1147:7)
  42.     at Object.<anonymous> (/home/tarrin/Projects/whoosh-directory/webpack/base.js:91:16)
  43.     at Module._compile (internal/modules/cjs/loader.js:778:30)
  44.     at loader (/home/tarrin/Projects/whoosh-directory/node_modules/babel-register/lib/node.js:144:5)
  45.     at Object.require.extensions.(anonymous function) [as .js] (/home/tarrin/Projects/whoosh-directory/node_modules/babel-register/lib/node.js:154:7)
  46.     at Module.load (internal/modules/cjs/loader.js:653:32)
  47.     at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
  48.     at Function.Module._load (internal/modules/cjs/loader.js:585:3)
  49.     at Module.require (internal/modules/cjs/loader.js:692:17)
  50. npm ERR! code ELIFECYCLE
  51. npm ERR! errno 1
  52. npm ERR! staff-directory@0.0.1 dev:start:client: `better-npm-run dev:start:client`
  53. npm ERR! Exit status 1
  54. npm ERR!
  55. npm ERR! Failed at the staff-directory@0.0.1 dev:start:client script.
  56. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  57.  
  58. npm ERR! A complete log of this run can be found in:
  59. npm ERR!     /home/tarrin/.npm/_logs/2019-11-12T18_30_27_131Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement