Closed EM-LilianaIturribarria closed 9 months ago
(node:85950) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time (Use
node --trace-warnings ...
to show where the warning was created) <<< 1 warning
This is expected behavior
npm ls rollup-plugin-terser
└─┬ workbox-webpack-plugin@7.0.0
└─┬ workbox-build@7.0.0
└── rollup-plugin-terser@7.0.2
npm ls abab
└─┬ jest-environment-jsdom@29.7.0
└─┬ jsdom@20.0.3
├── abab@2.0.6
└─┬ data-urls@3.0.2
└── abab@2.0.6 deduped
npm ls domexception
└─┬ jest-environment-jsdom@29.7.0
└─┬ jsdom@20.0.3
└── domexception@4.0.0
npm ls sourcemap-codec
└─┬ workbox-webpack-plugin@7.0.0
└─┬ workbox-build@7.0.0
└─┬ @rollup/plugin-replace@2.4.2
└─┬ magic-string@0.25.9
└── sourcemap-codec@1.4.8
I cant do much about those either they are using the latest versions
got it thank you @Havunen
When installing create-inferno-app for the first time i have the following output:
then after eject and deleting the node_modules if you install the dependencies again, some warnings appear:
thanks @Havunen for looking into this