GithubHelp home page GithubHelp logo

Comments (9)

Can-Sahin avatar Can-Sahin commented on May 7, 2024 2

shelljs is the problem. Update it to 0.8.4 and it will be fixed. I will also fix this in the new release

from react-boilerplate-cra-template.

vlopp avatar vlopp commented on May 7, 2024 1

npm version:

{
  npm: '6.14.5',
  ares: '1.16.0',
  brotli: '1.0.7',
  cldr: '37.0',
  icu: '67.1',
  llhttp: '2.0.4',
  modules: '83',
  napi: '6',
  nghttp2: '1.41.0',
  node: '14.5.0',
  openssl: '1.1.1g',
  tz: '2020a',
  unicode: '13.0',
  uv: '1.38.0',
  v8: '8.3.110.9-node.23',
  zlib: '1.2.11'
}

from react-boilerplate-cra-template.

fronbasal avatar fronbasal commented on May 7, 2024

Update: I can export the environment variable NODE_NO_WARNINGS=1, thus eliminating these warnings.

from react-boilerplate-cra-template.

vlopp avatar vlopp commented on May 7, 2024

I'm getting the same. How do I produce the versions object?

from react-boilerplate-cra-template.

fronbasal avatar fronbasal commented on May 7, 2024

@vlopp You can simply run npm version in your target directory 😄

from react-boilerplate-cra-template.

Can-Sahin avatar Can-Sahin commented on May 7, 2024

This occurs in node version 14. I am still at v12 thats why I don't see it.

Can you add NODE_OPTIONS="--trace-warnings" to generate script to see if plop library is the problem?

"generate": "cross-env NODE_OPTIONS="--trace-warnings" TS_NODE_PROJECT='./internals/ts-node.tsconfig.json' plop --plopfile internals/generators/plopfile.ts",

from react-boilerplate-cra-template.

jamescellsct avatar jamescellsct commented on May 7, 2024

Im also getting these warnings. I'll try see if the plop library is the problem.

from react-boilerplate-cra-template.

jamescellsct avatar jamescellsct commented on May 7, 2024

I tried upgrding the plop library and it all broke.. going to add the trace warnings now and post the response.

from react-boilerplate-cra-template.

jamescellsct avatar jamescellsct commented on May 7, 2024

`/usr/local/bin/node /usr/local/lib/node_modules/npm/bin/npm-cli.js run generate --scripts-prepend-node-path=auto

[email protected] generate /Users/chronny/projects/woolworths_au/woolworths-au-ra
cross-env NODE_OPTIONS='--trace-warnings' TS_NODE_PROJECT='./internals/ts-node.tsconfig.json' plop --plopfile internals/generators/plopfile.ts

? [PLOP] Please choose a generator. (Use arrow keys)
❯ component - Add an unconnected component
container - Add a container component (node:16100) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/cat.js:4:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/cd.js:4:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/chmod.js:32:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/cp.js:5:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/dirs.js:5:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'pushd' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/dirs.js:8:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/dirs.js:11:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/echo.js:5:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/tempdir.js:5:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/pwd.js:4:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'exec' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/exec.js:11:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/ls.js:8:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'find' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/find.js:5:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/grep.js:4:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'head' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/head.js:4:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'ln' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/ln.js:5:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'mkdir' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/mkdir.js:5:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'rm' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/rm.js:4:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'mv' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/mv.js:7:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'sed' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/sed.js:4:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'set' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/set.js:3:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'sort' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/sort.js:4:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'tail' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/tail.js:4:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'test' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/test.js:4:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'to' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/to.js:5:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'toEnd' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/toEnd.js:5:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'touch' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/touch.js:4:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/uniq.js:13:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
(node:16100) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:853:11)
at Object.get (internal/modules/cjs/loader.js:867:5)
at Object._register [as register] (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/common.js:453:12)
at Object. (/Users/chronny/projects/woolworths_au/woolworths-au-ra/node_modules/shelljs/src/which.js:5:8)
at Module._compile (internal/modules/cjs/loader.js:1256:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1277:10)
at Module.load (internal/modules/cjs/loader.js:1105:32)
at Function.Module._load (internal/modules/cjs/loader.js:967:14)
at Module.require (internal/modules/cjs/loader.js:1145:19)
at require (internal/modules/cjs/helpers.js:75:18)
`

from react-boilerplate-cra-template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.