Node is displaying warnings (Warning: Accessing non-existent property)
See original GitHub issueBefore 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
- Create a new project (
npx create-react-app --template cra-template-rb my-app) - Run
npm run cleanAndSetup - Run
npm run generate
Expected behavior A neat and clean output.
Screenshots

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:
- Created 3 years ago
- Comments:9 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

shelljsis the problem. Update it to0.8.4and it will be fixed. I will also fix this in the new releasenpm version: