MO360 Frontend Toolkit: A toolkit for single page applications (SPA) based on React and Typescript that allows to extract single features into microfrontends.
When installing the boilerplate with node 14.16.1 (npm v7.20.0) or Node v16.7.0 the dependencies in the package.json only contain @daimler/ftk-boilerplate.
Steps to reproduce:
$ nvm use 14
Now using node v14.16.1 (npm v7.20.0)
$ npm init -y
$ npm i @daimler/ftk-boilerplate
$ npm i
up to date, audited 64 packages in 799ms
5 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
When doing the same steps with Node 12.22.3 (npm v6.14.13) it works as expected.
Since v14 is currently the LTS and soon v16 will be the next LTS I think this should be fixed.
Maybe at least a troubleshooting hint somewhere in the quickstart guide would be good since one could simply switch back to 14 after installing.
When installing the boilerplate with node 14.16.1 (npm v7.20.0) or Node v16.7.0 the dependencies in the package.json only contain @daimler/ftk-boilerplate.
Steps to reproduce:
When doing the same steps with Node 12.22.3 (npm v6.14.13) it works as expected. Since v14 is currently the LTS and soon v16 will be the next LTS I think this should be fixed.
Maybe at least a troubleshooting hint somewhere in the quickstart guide would be good since one could simply switch back to 14 after installing.