question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Node is displaying warnings (Warning: Accessing non-existent property)

See original GitHub issue

Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.

Description

When running a command (e.g. npm run generate) node shows a bunch of warnings (Warning: Accessing non-existent property 'cd' of module exports inside circular dependency)

Steps to reproduce

  1. Create a new project (npx create-react-app --template cra-template-rb my-app)
  2. Run npm run cleanAndSetup
  3. Run npm run generate

Expected behavior A neat and clean output.

Screenshots Screenshot 2020-07-21 at 10 26 50

Versions

{
  'bipro-model-documentation-frontend': '0.1.0',
  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: '2019c',
  unicode: '13.0',
  uv: '1.38.0',
  v8: '8.3.110.9-node.23',
  zlib: '1.2.11'
}
  • react-boilerplate-cra-template: master?
  • Node/NPM: v14.5.0/6.14.5
  • Browser: N/A (84.0.4147.89 (Official Build) (64-bit)) –

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Can-Sahincommented, Sep 4, 2020

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

1reaction
vloppcommented, Jul 21, 2020

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'
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Accessing non-existent property 'column' of module exports ...
Run Node with the --trace-warnings flag. Check the stacktrace for hints of packages you're using. Step 2. Once you identify a package, check...
Read more >
Accessing non-existent property 'padLevels' of module exports ...
This issue would generally be caused due to incompatible packages or SDKs that you are using. Best is to do ...
Read more >
Accessing non-existent property 'count' of module exports ...
Warning : Accessing non-existent property 'count' of module exports inside circular dependency. Welcome to Node. js v14.
Read more >
Hexo: Accessing non-existent property 'xxx' of module exports ...
(node:87224) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency (Use `node --trace-warnings ...` to show where ...
Read more >
Hexo: Remove Stylus-Related Warnings - Slow Learner
(Use `node --trace-warnings ...` to show where the warning was created) (node:87224) Warning: Accessing non-existent property 'column' of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found