mercedes-benz / mo360-ftk

MO360 Frontend Toolkit: A toolkit for single page applications (SPA) based on React and Typescript that allows to extract single features into microfrontends.
https://mercedes-benz.github.io/mo360-ftk/
MIT License
72 stars 21 forks source link

Boilerplate not adding dependencies with node 14 and 16 #47

Closed btmnk closed 2 years ago

btmnk commented 3 years ago

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
// package.json
"dependencies": {
  "@daimler/ftk-boilerplate": "^0.3.5"
}

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.

prode81 commented 3 years ago

Thank's for your input, we'll investigate this issue.


Acting on behalf of Daimler TSS GmbH.

github-actions[bot] commented 2 years ago

Message to comment on stale issues. If none provided, will not mark issues stale